#05579C

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

Shades of Cobalt #05579C

Tints of Cobalt #05579C

Color information

#05579C (or 0x05579C) is unknown color: approx Cobalt. HEX triplet: 05, 57 and 9C. RGB value is (5,87,156). Sum of RGB (Red+Green+Blue) = 5+87+156=248 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 156 (61.33% from 255 or 62.90% from 248); Max value from RGB is 156 - color contains mainly: blue. Hex color #05579C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05579C is #FAA863. Grayscale: #454545. Windows color (decimal): -16427108 or 10245893. OLE color: 10245893.

HSL color Cylindrical-coordinate representation of color #05579C: hue angle of 207.42º 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 #05579C is Cyan = 0.97, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB587156-
CMYK0.970.4400.39
HSL207.42º93.79%31.57%-
HSV(B)207.42º96.79%61.18%-
XYZ9.479.2532.74-
YUV70.35176.3381.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.02%
GREEN value IS 87 (34.38% from 255) = 35.08%
BLUE value IS 156 (61.33% from 255) = 62.90%
R=2.02%
G=35.08%
B=62.90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5871560.970.4400.39207.4293.7931.57
Hex5579C612C027cf5e20
Octal51272341415404731713640
Binary10110101111001110011000011011000100111110011111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05579C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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