#858991

Color #858991 Light Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Slate Grey #858991

Tints of Light Slate Grey #858991

Color information

#858991 (or 0x858991) is unknown color: approx Light Slate Grey. HEX triplet: 85, 89 and 91. RGB value is (133,137,145). Sum of RGB (Red+Green+Blue) = 133+137+145=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 145 (57.03% from 255 or 34.94% from 415); Max value from RGB is 145 - color contains mainly: blue. Hex color #858991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858991 is #7A766E. Grayscale: #888888. Windows color (decimal): -8025711 or 9537925. OLE color: 9537925.

HSL color Cylindrical-coordinate representation of color #858991: hue angle of 220º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #858991 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB133137145-
CMYK0.080.0600.43
HSL220º5.17%54.51%-
HSV(B)220º8.28%56.86%-
XYZ23.7324.9230.35-
YUV136.72132.67125.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.05%
GREEN value IS 137 (53.91% from 255) = 33.01%
BLUE value IS 145 (57.03% from 255) = 34.94%
R=32.05%
G=33.01%
B=34.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1331371450.080.0600.432205.1754.51
Hex8589918602Bdc537
Octal205211221106053334567
Binary1000010110001001100100011000110010101111011100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858991; }

 p { color: rgb(133,137,145); }

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

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

 a { background-color: rgb(133,137,145); }

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

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

 span { border-color: rgb(133,137,145); }

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