#055B9C

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

Shades of Cobalt #055B9C

Tints of Cobalt #055B9C

Color information

#055B9C (or 0x055B9C) is unknown color: approx Cobalt. HEX triplet: 05, 5B and 9C. RGB value is (5,91,156). Sum of RGB (Red+Green+Blue) = 5+91+156=252 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.98% from 252); Green value is 91 (35.94% from 255 or 36.11% from 252); Blue value is 156 (61.33% from 255 or 61.90% from 252); Max value from RGB is 156 - color contains mainly: blue. Hex color #055B9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055B9C is #FAA463. Grayscale: #484848. Windows color (decimal): -16426084 or 10246917. OLE color: 10246917.

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

Color convert

RGB591156-
CMYK0.970.4200.39
HSL205.83º93.79%31.57%-
HSV(B)205.83º96.79%61.18%-
XYZ9.89.9132.85-
YUV72.7175.0179.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.98%
GREEN value IS 91 (35.94% from 255) = 36.11%
BLUE value IS 156 (61.33% from 255) = 61.90%
R=1.98%
G=36.11%
B=61.90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5911560.970.4200.39205.8393.7931.57
Hex55B9C612A027ce5e20
Octal51332341415204731613640
Binary10110110111001110011000011010100100111110011101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055B9C; }

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

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

<style>
 a { background-color: #055B9C; }

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

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

<style>
 span { border-color: #055B9C; }

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

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