#85919B

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

Shades of Light Slate Grey #85919B

Tints of Light Slate Grey #85919B

Color information

#85919B (or 0x85919B) is unknown color: approx Light Slate Grey. HEX triplet: 85, 91 and 9B. RGB value is (133,145,155). Sum of RGB (Red+Green+Blue) = 133+145+155=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 155 - color contains mainly: blue. Hex color #85919B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85919B is #7A6E64. Grayscale: #8E8E8E. Windows color (decimal): -8023653 or 10195333. OLE color: 10195333.

HSL color Cylindrical-coordinate representation of color #85919B: hue angle of 207.27º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #85919B is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB133145155-
CMYK0.140.0600.39
HSL207.27º9.91%56.47%-
HSV(B)207.27º14.19%60.78%-
XYZ25.7127.634.98-
YUV142.55135.02121.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.72%
GREEN value IS 145 (57.03% from 255) = 33.49%
BLUE value IS 155 (60.94% from 255) = 35.80%
R=30.72%
G=33.49%
B=35.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1331451550.140.0600.39207.279.9156.47
Hex85919BE6027cfa38
Octal2052212331660473171270
Binary10000101100100011001101111101100100111110011111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85919B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85919B; }

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

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

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

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

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

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

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

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