#055882

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

Shades of Dark Cerulean #055882

Tints of Dark Cerulean #055882

Color information

#055882 (or 0x055882) is unknown color: approx Dark Cerulean. HEX triplet: 05, 58 and 82. RGB value is (5,88,130). Sum of RGB (Red+Green+Blue) = 5+88+130=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 130 (51.17% from 255 or 58.30% from 223); Max value from RGB is 130 - color contains mainly: blue. Hex color #055882 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055882 is #FAA77D. Grayscale: #434343. Windows color (decimal): -16426878 or 8542213. OLE color: 8542213.

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

Color convert

RGB588130-
CMYK0.960.3200.49
HSL200.16º92.59%26.47%-
HSV(B)200.16º96.15%50.98%-
XYZ7.588.6222.38-
YUV67.9716383.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.24%
GREEN value IS 88 (34.77% from 255) = 39.46%
BLUE value IS 130 (51.17% from 255) = 58.30%
R=2.24%
G=39.46%
B=58.30%

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
Decimal5881300.960.3200.49200.1692.5926.47
Hex558826020031c85d1a
Octal51302021404006131013532
Binary1011011000100000101100000100000011000111001000101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055882; }

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

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

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

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

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

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

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

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