#055881

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

Shades of Dark Cerulean #055881

Tints of Dark Cerulean #055881

Color information

#055881 (or 0x055881) is unknown color: approx Dark Cerulean. HEX triplet: 05, 58 and 81. RGB value is (5,88,129). Sum of RGB (Red+Green+Blue) = 5+88+129=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 88 (34.77% from 255 or 39.64% from 222); Blue value is 129 (50.78% from 255 or 58.11% from 222); Max value from RGB is 129 - color contains mainly: blue. Hex color #055881 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055881 is #FAA77E. Grayscale: #434343. Windows color (decimal): -16426879 or 8476677. OLE color: 8476677.

HSL color Cylindrical-coordinate representation of color #055881: hue angle of 199.84º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #055881 is Cyan = 0.96, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB588129-
CMYK0.960.3200.49
HSL199.84º92.54%26.27%-
HSV(B)199.84º96.12%50.59%-
XYZ7.518.622.03-
YUV67.86162.583.17-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.25%
GREEN value IS 88 (34.77% from 255) = 39.64%
BLUE value IS 129 (50.78% from 255) = 58.11%
R=2.25%
G=39.64%
B=58.11%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5881290.960.3200.49199.8492.5426.27
Hex558816020031c85d1a
Octal51302011404006131013532
Binary1011011000100000011100000100000011000111001000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055881; }

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

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

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

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

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

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

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

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