#055589

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

Shades of Dark Cerulean #055589

Tints of Dark Cerulean #055589

Color information

#055589 (or 0x055589) is unknown color: approx Dark Cerulean. HEX triplet: 05, 55 and 89. RGB value is (5,85,137). Sum of RGB (Red+Green+Blue) = 5+85+137=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 137 (53.91% from 255 or 60.35% from 227); Max value from RGB is 137 - color contains mainly: blue. Hex color #055589 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055589 is #FAAA76. Grayscale: #424242. Windows color (decimal): -16427639 or 9000197. OLE color: 9000197.

HSL color Cylindrical-coordinate representation of color #055589: hue angle of 203.64º 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 #055589 is Cyan = 0.96, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB585137-
CMYK0.960.3800.46
HSL203.64º92.96%27.84%-
HSV(B)203.64º96.35%53.73%-
XYZ7.838.3424.86-
YUV67.01167.583.77-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.20%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 137 (53.91% from 255) = 60.35%
R=2.20%
G=37.44%
B=60.35%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5851370.960.3800.46203.6492.9627.84
Hex55589602602Ecc5d1c
Octal51252111404605631413534
Binary1011010101100010011100000100110010111011001100101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055589; }

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

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

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

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

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

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

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

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