#085585

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

Shades of Dark Cerulean #085585

Tints of Dark Cerulean #085585

Color information

#085585 (or 0x085585) is unknown color: approx Dark Cerulean. HEX triplet: 08, 55 and 85. RGB value is (8,85,133). Sum of RGB (Red+Green+Blue) = 8+85+133=226 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.54% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 133 (52.34% from 255 or 58.85% from 226); Max value from RGB is 133 - color contains mainly: blue. Hex color #085585 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #085585 is #F7AA7A. Grayscale: #434343. Windows color (decimal): -16231035 or 8738056. OLE color: 8738056.

HSL color Cylindrical-coordinate representation of color #085585: hue angle of 203.04º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #085585 is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB885133-
CMYK0.940.3600.48
HSL203.04º88.65%27.65%-
HSV(B)203.04º93.98%52.16%-
XYZ7.588.2423.38-
YUV67.45164.9985.6-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.54%
GREEN value IS 85 (33.59% from 255) = 37.61%
BLUE value IS 133 (52.34% from 255) = 58.85%
R=3.54%
G=37.61%
B=58.85%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8851330.940.3600.48203.0488.6527.65
Hex855855E24030cb591c
Octal101252051364406031313134
Binary10001010101100001011011110100100011000011001011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #085585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #085585; }

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

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

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

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

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

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

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

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