#055884

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

Shades of Dark Cerulean #055884

Tints of Dark Cerulean #055884

Color information

#055884 (or 0x055884) is unknown color: approx Dark Cerulean. HEX triplet: 05, 58 and 84. RGB value is (5,88,132). Sum of RGB (Red+Green+Blue) = 5+88+132=225 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.22% from 225); Green value is 88 (34.77% from 255 or 39.11% from 225); Blue value is 132 (51.95% from 255 or 58.67% from 225); Max value from RGB is 132 - color contains mainly: blue. Hex color #055884 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055884 is #FAA77B. Grayscale: #434343. Windows color (decimal): -16426876 or 8673285. OLE color: 8673285.

HSL color Cylindrical-coordinate representation of color #055884: hue angle of 200.79º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055884 is Cyan = 0.96, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB588132-
CMYK0.960.3300.48
HSL200.79º92.7%26.86%-
HSV(B)200.79º96.21%51.76%-
XYZ7.728.6823.1-
YUV68.216482.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.22%
GREEN value IS 88 (34.77% from 255) = 39.11%
BLUE value IS 132 (51.95% from 255) = 58.67%
R=2.22%
G=39.11%
B=58.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5881320.960.3300.48200.7992.726.86
Hex558846021030c95d1b
Octal51302041404106031113533
Binary1011011000100001001100000100001011000011001001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055884; }

 p { color: rgb(5,88,132); }

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

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

 a { background-color: rgb(5,88,132); }

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

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

 span { border-color: rgb(5,88,132); }

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