Html Css Color HEX #858991 Light Slate Grey

📋 copy color: '#858991'

red 133 ◦ green 137 ◦ blue 145

#858991
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Grey #858991

Tints of Light Slate Grey #858991

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 value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#858991 (or 0x858991) is known color: 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

RGB 133 137 145 -
CMYK 0.08 0.06 0 0.43
HSL 220º 0.05% 0.55% -
HSV(B) 220º 0.08% 0.57% -
XYZ 23.73 24.92 30.35 -
YUV 136.72 132.67 125.35 -
System Red Green Blue C M Y K H S L
Decimal 133 137 145 0.08 0.06 0 0.43 220 0.05 0.55
Hex 85 89 91 8 6 0 2B DC 5 37
Octal 205 211 221 10 6 0 53 334 5 67
Binary 10000101 10001001 10010001 1000 110 0 101011 11011100 101 110111

Color Harmonies of #858991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858991

Black with #858991

Text Example


Text Example

White with #858991

Text Example


Text Example

HTML Codes & Css Web 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>