#05559C

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

Shades of Cobalt #05559C

Tints of Cobalt #05559C

Color information

#05559C (or 0x05559C) is unknown color: approx Cobalt. HEX triplet: 05, 55 and 9C. RGB value is (5,85,156). Sum of RGB (Red+Green+Blue) = 5+85+156=246 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.03% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 156 (61.33% from 255 or 63.41% from 246); Max value from RGB is 156 - color contains mainly: blue. Hex color #05559C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05559C is #FAAA63. Grayscale: #444444. Windows color (decimal): -16427620 or 10245381. OLE color: 10245381.

HSL color Cylindrical-coordinate representation of color #05559C: hue angle of 208.21º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05559C is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB585156-
CMYK0.970.4600.39
HSL208.21º93.79%31.57%-
HSV(B)208.21º96.79%61.18%-
XYZ9.318.9332.69-
YUV69.1717782.23-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.03%
GREEN value IS 85 (33.59% from 255) = 34.55%
BLUE value IS 156 (61.33% from 255) = 63.41%
R=2.03%
G=34.55%
B=63.41%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5851560.970.4600.39208.2193.7931.57
Hex5559C612E027d05e20
Octal51252341415604732013640
Binary10110101011001110011000011011100100111110100001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05559C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05559C; }

 p { color: rgb(5,85,156); }

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

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

 a { background-color: rgb(5,85,156); }

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

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

 span { border-color: rgb(5,85,156); }

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