#05569C

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

Shades of Cobalt #05569C

Tints of Cobalt #05569C

Color information

#05569C (or 0x05569C) is unknown color: approx Cobalt. HEX triplet: 05, 56 and 9C. RGB value is (5,86,156). Sum of RGB (Red+Green+Blue) = 5+86+156=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 156 (61.33% from 255 or 63.16% from 247); Max value from RGB is 156 - color contains mainly: blue. Hex color #05569C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05569C is #FAA963. Grayscale: #454545. Windows color (decimal): -16427364 or 10245637. OLE color: 10245637.

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

Color convert

RGB586156-
CMYK0.970.4500.39
HSL207.81º93.79%31.57%-
HSV(B)207.81º96.79%61.18%-
XYZ9.399.0932.71-
YUV69.76176.6681.81-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.02%
GREEN value IS 86 (33.98% from 255) = 34.82%
BLUE value IS 156 (61.33% from 255) = 63.16%
R=2.02%
G=34.82%
B=63.16%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5861560.970.4500.39207.8193.7931.57
Hex5569C612D027d05e20
Octal51262341415504732013640
Binary10110101101001110011000011011010100111110100001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05569C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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