Html Css Color HEX #858992 Light Slate Grey

📋 copy color: '#858992'

red 133 ◦ green 137 ◦ blue 146

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

Shades of Light Slate Grey #858992

Tints of Light Slate Grey #858992

RGB

 RED value IS 133 (52.34% from 255) = 31.97%

 GREEN value IS 137 (53.91% from 255) = 32.93%

 BLUE value IS 146 (57.42% from 255) = 35.1%

R = 31.97%
G = 32.93%
B = 35.1%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#858992 (or 0x858992) is known color: Light Slate Grey. HEX triplet: 85, 89 and 92. RGB value is (133,137,146). Sum of RGB (Red+Green+Blue) = 133+137+146=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 146 (57.42% from 255 or 35.10% from 416); Max value from RGB is 146 - color contains mainly: blue. Hex color #858992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858992 is #7A766D. Grayscale: #888888. Windows color (decimal): -8025710 or 9603461. OLE color: 9603461.

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

Color convert

RGB 133 137 146 -
CMYK 0.09 0.06 0 0.43
HSL 221.54º 0.06% 0.55% -
HSV(B) 221.54º 0.09% 0.57% -
XYZ 23.81 24.95 30.76 -
YUV 136.83 133.17 125.27 -
System Red Green Blue C M Y K H S L
Decimal 133 137 146 0.09 0.06 0 0.43 221.54 0.06 0.55
Hex 85 89 92 9 6 0 2B DE 6 37
Octal 205 211 222 11 6 0 53 336 6 67
Binary 10000101 10001001 10010010 1001 110 0 101011 11011110 110 110111

Color Harmonies of #858992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #858992

Black with #858992

Text Example


Text Example

White with #858992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #858992; }

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

 H1.HeaderClassName
 {
   color: #858992;
 }
 .AnyTagClassName
 {
   color: #858992;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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