#055B97

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

Shades of Cobalt #055B97

Tints of Cobalt #055B97

Color information

#055B97 (or 0x055B97) is unknown color: approx Cobalt. HEX triplet: 05, 5B and 97. RGB value is (5,91,151). Sum of RGB (Red+Green+Blue) = 5+91+151=247 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.02% from 247); Green value is 91 (35.94% from 255 or 36.84% from 247); Blue value is 151 (59.38% from 255 or 61.13% from 247); Max value from RGB is 151 - color contains mainly: blue. Hex color #055B97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055B97 is #FAA468. Grayscale: #474747. Windows color (decimal): -16426089 or 9919237. OLE color: 9919237.

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

Color convert

RGB591151-
CMYK0.970.4000.41
HSL204.66º93.59%30.59%-
HSV(B)204.66º96.69%59.22%-
XYZ9.399.7530.66-
YUV72.13172.5180.12-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.02%
GREEN value IS 91 (35.94% from 255) = 36.84%
BLUE value IS 151 (59.38% from 255) = 61.13%
R=2.02%
G=36.84%
B=61.13%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal5911510.970.4000.41204.6693.5930.59
Hex55B976128029cd5e1f
Octal51332271415005131513637
Binary1011011011100101111100001101000010100111001101101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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