#055B89

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

Shades of Dark Cerulean #055B89

Tints of Dark Cerulean #055B89

Color information

#055B89 (or 0x055B89) is unknown color: approx Dark Cerulean. HEX triplet: 05, 5B and 89. RGB value is (5,91,137). Sum of RGB (Red+Green+Blue) = 5+91+137=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 91 (35.94% from 255 or 39.06% from 233); Blue value is 137 (53.91% from 255 or 58.80% from 233); Max value from RGB is 137 - color contains mainly: blue. Hex color #055B89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055B89 is #FAA476. Grayscale: #464646. Windows color (decimal): -16426103 or 9001733. OLE color: 9001733.

HSL color Cylindrical-coordinate representation of color #055B89: hue angle of 200.91º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055B89 is Cyan = 0.96, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB591137-
CMYK0.960.3400.46
HSL200.91º92.96%27.84%-
HSV(B)200.91º96.35%53.73%-
XYZ8.329.3225.03-
YUV70.53165.5181.26-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.15%
GREEN value IS 91 (35.94% from 255) = 39.06%
BLUE value IS 137 (53.91% from 255) = 58.80%
R=2.15%
G=39.06%
B=58.80%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5911370.960.3400.46200.9192.9627.84
Hex55B89602202Ec95d1c
Octal51332111404205631113534
Binary1011011011100010011100000100010010111011001001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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