#05589A

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

Shades of Cobalt #05589A

Tints of Cobalt #05589A

Color information

#05589A (or 0x05589A) is unknown color: approx Cobalt. HEX triplet: 05, 58 and 9A. RGB value is (5,88,154). Sum of RGB (Red+Green+Blue) = 5+88+154=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 88 (34.77% from 255 or 35.63% from 247); Blue value is 154 (60.55% from 255 or 62.35% from 247); Max value from RGB is 154 - color contains mainly: blue. Hex color #05589A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #05589A is #FAA765. Grayscale: #464646. Windows color (decimal): -16426854 or 10115077. OLE color: 10115077.

HSL color Cylindrical-coordinate representation of color #05589A: hue angle of 206.58º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05589A is Cyan = 0.97, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB588154-
CMYK0.970.4300.40
HSL206.58º93.71%31.18%-
HSV(B)206.58º96.75%60.39%-
XYZ9.399.3431.88-
YUV70.7117581.13-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.02%
GREEN value IS 88 (34.77% from 255) = 35.63%
BLUE value IS 154 (60.55% from 255) = 62.35%
R=2.02%
G=35.63%
B=62.35%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal5881540.970.4300.40206.5893.7131.18
Hex5589A612B028cf5e1f
Octal51302321415305031713637
Binary1011011000100110101100001101011010100011001111101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05589A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05589A; }

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

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

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

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

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

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

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

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