#85839F

Color #85839F Grey Suit (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Suit #85839F

Tints of Grey Suit #85839F

Color information

#85839F (or 0x85839F) is unknown color: approx Grey Suit. HEX triplet: 85, 83 and 9F. RGB value is (133,131,159). Sum of RGB (Red+Green+Blue) = 133+131+159=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 159 (62.5% from 255 or 37.59% from 423); Max value from RGB is 159 - color contains mainly: blue. Hex color #85839F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85839F is #7A7C60. Grayscale: #868686. Windows color (decimal): -8027233 or 10453893. OLE color: 10453893.

HSL color Cylindrical-coordinate representation of color #85839F: hue angle of 244.29º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #85839F is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB133131159-
CMYK0.160.1800.38
HSL244.29º12.73%56.86%-
HSV(B)244.29º17.61%62.35%-
XYZ24.0523.7236.11-
YUV134.79141.66126.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.44%
GREEN value IS 131 (51.56% from 255) = 30.97%
BLUE value IS 159 (62.5% from 255) = 37.59%
R=31.44%
G=30.97%
B=37.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1331311590.160.1800.38244.2912.7356.86
Hex85839F1012026f4d39
Octal20520323720220463641571
Binary10000101100000111001111110000100100100110111101001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85839F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85839F; }

 p { color: rgb(133,131,159); }

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

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

 a { background-color: rgb(133,131,159); }

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

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

 span { border-color: rgb(133,131,159); }

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