#85848C

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

Shades of Grey Suit #85848C

Tints of Grey Suit #85848C

Color information

#85848C (or 0x85848C) is unknown color: approx Grey Suit. HEX triplet: 85, 84 and 8C. RGB value is (133,132,140). Sum of RGB (Red+Green+Blue) = 133+132+140=405 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.84% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 140 - color contains mainly: blue. Hex color #85848C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85848C is #7A7B73. Grayscale: #858585. Windows color (decimal): -8026996 or 9208965. OLE color: 9208965.

HSL color Cylindrical-coordinate representation of color #85848C: hue angle of 247.5º degrees, saturation: 0.03, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #85848C is Cyan = 0.05, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB133132140-
CMYK0.050.0600.45
HSL247.5º3.36%53.33%-
HSV(B)247.5º5.71%54.9%-
XYZ22.6623.3828.13-
YUV133.21131.83127.85-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.84%
GREEN value IS 132 (51.95% from 255) = 32.59%
BLUE value IS 140 (55.08% from 255) = 34.57%
R=32.84%
G=32.59%
B=34.57%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1331321400.050.0600.45247.53.3653.33
Hex85848C5602Df8335
Octal20520421456055370365
Binary10000101100001001000110010111001011011111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85848C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85848C; }

 p { color: rgb(133,132,140); }

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

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

 a { background-color: rgb(133,132,140); }

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

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

 span { border-color: rgb(133,132,140); }

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