#858C87

Color #858C87 Blue Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Smoke #858C87

Tints of Blue Smoke #858C87

Color information

#858C87 (or 0x858C87) is unknown color: approx Blue Smoke. HEX triplet: 85, 8C and 87. RGB value is (133,140,135). Sum of RGB (Red+Green+Blue) = 133+140+135=408 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.60% from 408); Green value is 140 (55.08% from 255 or 34.31% from 408); Blue value is 135 (53.12% from 255 or 33.09% from 408); Max value from RGB is 140 - color contains mainly: green. Hex color #858C87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858C87 is #7A7378. Grayscale: #898989. Windows color (decimal): -8024953 or 8883333. OLE color: 8883333.

HSL color Cylindrical-coordinate representation of color #858C87: hue angle of 137.14º 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 #858C87 is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB133140135-
CMYK0.0500.040.45
HSL137.14º2.95%53.53%-
HSV(B)137.14º5%54.9%-
XYZ23.4225.4926.61-
YUV137.34126.68124.91-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1331401350.0500.040.45137.142.9553.53
Hex858C875042D89336
Octal20521420750455211366
Binary10000101100011001000011110101001011011000100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858C87; }

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

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

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

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

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

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

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

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