#858A92

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

Shades of Light Slate Grey #858A92

Tints of Light Slate Grey #858A92

Color information

#858A92 (or 0x858A92) is unknown color: approx Light Slate Grey. HEX triplet: 85, 8A and 92. RGB value is (133,138,146). Sum of RGB (Red+Green+Blue) = 133+138+146=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 146 - color contains mainly: blue. Hex color #858A92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858A92 is #7A756D. Grayscale: #898989. Windows color (decimal): -8025454 or 9603717. OLE color: 9603717.

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

Color convert

RGB133138146-
CMYK0.090.0500.43
HSL216.92º5.63%54.71%-
HSV(B)216.92º8.9%57.25%-
XYZ23.9525.2430.8-
YUV137.42132.84124.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.89%
GREEN value IS 138 (54.30% from 255) = 33.09%
BLUE value IS 146 (57.42% from 255) = 35.01%
R=31.89%
G=33.09%
B=35.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1331381460.090.0500.43216.925.6354.71
Hex858A929502Bd9637
Octal205212222115053331667
Binary1000010110001010100100101001101010101111011001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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