#0559B2

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

Shades of Cobalt #0559B2

Tints of Cobalt #0559B2

Color information

#0559B2 (or 0x0559B2) is unknown color: approx Cobalt. HEX triplet: 05, 59 and B2. RGB value is (5,89,178). Sum of RGB (Red+Green+Blue) = 5+89+178=272 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.84% from 272); Green value is 89 (35.16% from 255 or 32.72% from 272); Blue value is 178 (69.92% from 255 or 65.44% from 272); Max value from RGB is 178 - color contains mainly: blue. Hex color #0559B2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0559B2 is #FAA64D. Grayscale: #494949. Windows color (decimal): -16426574 or 11688197. OLE color: 11688197.

HSL color Cylindrical-coordinate representation of color #0559B2: hue angle of 210.87º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0559B2 is Cyan = 0.97, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB589178-
CMYK0.970.500.30
HSL210.87º94.54%35.88%-
HSV(B)210.87º97.19%69.8%-
XYZ11.6710.3943.51-
YUV74.03186.6778.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.84%
GREEN value IS 89 (35.16% from 255) = 32.72%
BLUE value IS 178 (69.92% from 255) = 65.44%
R=1.84%
G=32.72%
B=65.44%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal5891780.970.500.30210.8794.5435.88
Hex559B2613201Ed35f24
Octal51312621416203632313744
Binary1011011001101100101100001110010011110110100111011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0559B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0559B2; }

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

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

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

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

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

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

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

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