#055585

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

Shades of Dark Cerulean #055585

Tints of Dark Cerulean #055585

Color information

#055585 (or 0x055585) is unknown color: approx Dark Cerulean. HEX triplet: 05, 55 and 85. RGB value is (5,85,133). Sum of RGB (Red+Green+Blue) = 5+85+133=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 85 (33.59% from 255 or 38.12% from 223); Blue value is 133 (52.34% from 255 or 59.64% from 223); Max value from RGB is 133 - color contains mainly: blue. Hex color #055585 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055585 is #FAAA7A. Grayscale: #424242. Windows color (decimal): -16427643 or 8738053. OLE color: 8738053.

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

Color convert

RGB585133-
CMYK0.960.3600.48
HSL202.5º92.75%27.06%-
HSV(B)202.5º96.24%52.16%-
XYZ7.548.2223.38-
YUV66.55165.584.1-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.24%
GREEN value IS 85 (33.59% from 255) = 38.12%
BLUE value IS 133 (52.34% from 255) = 59.64%
R=2.24%
G=38.12%
B=59.64%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5851330.960.3600.48202.592.7527.06
Hex555856024030ca5d1b
Octal51252051404406031213533
Binary1011010101100001011100000100100011000011001010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055585; }

 p { color: rgb(5,85,133); }

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

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

 a { background-color: rgb(5,85,133); }

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

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

 span { border-color: rgb(5,85,133); }

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