#858491

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

Shades of Grey Suit #858491

Tints of Grey Suit #858491

Color information

#858491 (or 0x858491) is unknown color: approx Grey Suit. HEX triplet: 85, 84 and 91. RGB value is (133,132,145). Sum of RGB (Red+Green+Blue) = 133+132+145=410 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.44% from 410); Green value is 132 (51.95% from 255 or 32.20% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 145 - color contains mainly: blue. Hex color #858491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858491 is #7A7B6E. Grayscale: #858585. Windows color (decimal): -8026991 or 9536645. OLE color: 9536645.

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

Color convert

RGB133132145-
CMYK0.080.0900.43
HSL244.62º5.58%54.31%-
HSV(B)244.62º8.97%56.86%-
XYZ23.0323.5330.12-
YUV133.78134.33127.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.44%
GREEN value IS 132 (51.95% from 255) = 32.20%
BLUE value IS 145 (57.03% from 255) = 35.37%
R=32.44%
G=32.20%
B=35.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1331321450.080.0900.43244.625.5854.31
Hex8584918902Bf5636
Octal2052042211011053365666
Binary10000101100001001001000110001001010101111110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858491; }

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

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

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

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

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

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

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

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