#055886

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

Shades of Dark Cerulean #055886

Tints of Dark Cerulean #055886

Color information

#055886 (or 0x055886) is unknown color: approx Dark Cerulean. HEX triplet: 05, 58 and 86. RGB value is (5,88,134). Sum of RGB (Red+Green+Blue) = 5+88+134=227 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.20% from 227); Green value is 88 (34.77% from 255 or 38.77% from 227); Blue value is 134 (52.73% from 255 or 59.03% from 227); Max value from RGB is 134 - color contains mainly: blue. Hex color #055886 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055886 is #FAA779. Grayscale: #444444. Windows color (decimal): -16426874 or 8804357. OLE color: 8804357.

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

Color convert

RGB588134-
CMYK0.960.3400.47
HSL201.4º92.81%27.25%-
HSV(B)201.4º96.27%52.55%-
XYZ7.868.7323.83-
YUV68.4316582.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.20%
GREEN value IS 88 (34.77% from 255) = 38.77%
BLUE value IS 134 (52.73% from 255) = 59.03%
R=2.20%
G=38.77%
B=59.03%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5881340.960.3400.47201.492.8127.25
Hex55886602202Fc95d1b
Octal51302061404205731113533
Binary1011011000100001101100000100010010111111001001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055886; }

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

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

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

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

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

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

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

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