#0558a1

Color #0558A1 Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #0558A1

Tints of Cobalt #0558A1

Color information

#0558A1 (or 0x0558A1) is unknown color: approx Cobalt. HEX triplet: 05, 58 and A1. RGB value is (5,88,161). Sum of RGB (Red+Green+Blue) = 5+88+161=254 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.97% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 161 (63.28% from 255 or 63.39% from 254); Max value from RGB is 161 - color contains mainly: blue. Hex color #0558A1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0558A1 is #FAA75E. Grayscale: #474747. Windows color (decimal): -16426847 or 10573829. OLE color: 10573829.

HSL color Cylindrical-coordinate representation of color #0558A1: hue angle of 208.08º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0558A1 is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB588161-
CMYK0.970.4500.37
HSL208.08º93.98%32.55%-
HSV(B)208.08º96.89%63.14%-
XYZ9.999.5835.04-
YUV71.5178.580.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 1.97%
GREEN value IS 88 (34.77% from 255) = 34.65%
BLUE value IS 161 (63.28% from 255) = 63.39%
R=1.97%
G=34.65%
B=63.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal5881610.970.4500.37208.0893.9832.55
Hex558A1612D025d05e21
Octal51302411415504532013641
Binary10110110001010000111000011011010100101110100001011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0558a1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0558a1; }

 p { color: rgb(5,88,161); }

 H1.HeaderClassName
 {
   color: #0558a1;
 }
 .AnyTagClassName
 {
   color: #0558a1;
 }
</style>
background-color css

<style>
 a { background-color: #0558a1; }

 a { background-color: rgb(5,88,161); }

 div.DivClassName
 {
   background-color: #0558a1;
 }
 .BgClassName
 {
   background-color: #0558a1;
 }
</style>
border-color css

<style>
 span { border-color: #0558a1; }

 span { border-color: rgb(5,88,161); }

 td.TdClassName
 {
   border-color: #0558a1;
 }
 .TagClassName
 {
   border-color: #0558a1;
 }
</style>