#055988

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

Shades of Dark Cerulean #055988

Tints of Dark Cerulean #055988

Color information

#055988 (or 0x055988) is unknown color: approx Dark Cerulean. HEX triplet: 05, 59 and 88. RGB value is (5,89,136). Sum of RGB (Red+Green+Blue) = 5+89+136=230 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.17% from 230); Green value is 89 (35.16% from 255 or 38.70% from 230); Blue value is 136 (53.52% from 255 or 59.13% from 230); Max value from RGB is 136 - color contains mainly: blue. Hex color #055988 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055988 is #FAA677. Grayscale: #444444. Windows color (decimal): -16426616 or 8935685. OLE color: 8935685.

HSL color Cylindrical-coordinate representation of color #055988: hue angle of 201.53º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055988 is Cyan = 0.96, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB589136-
CMYK0.960.3500.47
HSL201.53º92.91%27.65%-
HSV(B)201.53º96.32%53.33%-
XYZ8.088.9524.6-
YUV69.24165.6782.18-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.17%
GREEN value IS 89 (35.16% from 255) = 38.70%
BLUE value IS 136 (53.52% from 255) = 59.13%
R=2.17%
G=38.70%
B=59.13%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5891360.960.3500.47201.5392.9127.65
Hex55988602302Fca5d1c
Octal51312101404305731213534
Binary1011011001100010001100000100011010111111001010101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055988; }

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

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

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

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

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

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

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

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