#055996

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

Shades of Cobalt #055996

Tints of Cobalt #055996

Color information

#055996 (or 0x055996) is unknown color: approx Cobalt. HEX triplet: 05, 59 and 96. RGB value is (5,89,150). Sum of RGB (Red+Green+Blue) = 5+89+150=244 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.05% from 244); Green value is 89 (35.16% from 255 or 36.48% from 244); Blue value is 150 (58.98% from 255 or 61.48% from 244); Max value from RGB is 150 - color contains mainly: blue. Hex color #055996 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055996 is #FAA669. Grayscale: #464646. Windows color (decimal): -16426602 or 9853189. OLE color: 9853189.

HSL color Cylindrical-coordinate representation of color #055996: hue angle of 205.24º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #055996 is Cyan = 0.97, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB589150-
CMYK0.970.4100.41
HSL205.24º93.55%30.39%-
HSV(B)205.24º96.67%58.82%-
XYZ9.149.3830.18-
YUV70.84172.6781.04-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.05%
GREEN value IS 89 (35.16% from 255) = 36.48%
BLUE value IS 150 (58.98% from 255) = 61.48%
R=2.05%
G=36.48%
B=61.48%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal5891500.970.4100.41205.2493.5530.39
Hex559966129029cd5e1e
Octal51312261415105131513636
Binary1011011001100101101100001101001010100111001101101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055996; }

 p { color: rgb(5,89,150); }

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

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

 a { background-color: rgb(5,89,150); }

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

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

 span { border-color: rgb(5,89,150); }

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