#85878C

Color #85878C Storm Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Storm Grey #85878C

Tints of Storm Grey #85878C

Color information

#85878C (or 0x85878C) is unknown color: approx Storm Grey. HEX triplet: 85, 87 and 8C. RGB value is (133,135,140). Sum of RGB (Red+Green+Blue) = 133+135+140=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 135 (53.12% from 255 or 33.09% from 408); Blue value is 140 (55.08% from 255 or 34.31% from 408); Max value from RGB is 140 - color contains mainly: blue. Hex color #85878C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85878C is #7A7873. Grayscale: #868686. Windows color (decimal): -8026228 or 9209733. OLE color: 9209733.

HSL color Cylindrical-coordinate representation of color #85878C: hue angle of 222.86º degrees, saturation: 0.03, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #85878C is Cyan = 0.05, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB133135140-
CMYK0.050.0400.45
HSL222.86º2.95%53.53%-
HSV(B)222.86º5%54.9%-
XYZ23.0724.2128.27-
YUV134.97130.84126.59-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.60%
GREEN value IS 135 (53.12% from 255) = 33.09%
BLUE value IS 140 (55.08% from 255) = 34.31%
R=32.60%
G=33.09%
B=34.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1331351400.050.0400.45222.862.9553.53
Hex85878C5402Ddf336
Octal20520721454055337366
Binary10000101100001111000110010110001011011101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85878C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85878C; }

 p { color: rgb(133,135,140); }

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

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

 a { background-color: rgb(133,135,140); }

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

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

 span { border-color: rgb(133,135,140); }

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