#858496

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

Shades of Grey Suit #858496

Tints of Grey Suit #858496

Color information

#858496 (or 0x858496) is unknown color: approx Grey Suit. HEX triplet: 85, 84 and 96. RGB value is (133,132,150). Sum of RGB (Red+Green+Blue) = 133+132+150=415 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.05% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 150 (58.98% from 255 or 36.14% from 415); Max value from RGB is 150 - color contains mainly: blue. Hex color #858496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858496 is #7A7B69. Grayscale: #868686. Windows color (decimal): -8026986 or 9864325. OLE color: 9864325.

HSL color Cylindrical-coordinate representation of color #858496: hue angle of 243.33º degrees, saturation: 0.08, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #858496 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB133132150-
CMYK0.110.1200.41
HSL243.33º7.89%55.29%-
HSV(B)243.33º12%58.82%-
XYZ23.4323.6932.19-
YUV134.35136.83127.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.05%
GREEN value IS 132 (51.95% from 255) = 31.81%
BLUE value IS 150 (58.98% from 255) = 36.14%
R=32.05%
G=31.81%
B=36.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1331321500.110.1200.41243.337.8955.29
Hex858496BC029f3837
Octal20520422613140513631067
Binary100001011000010010010110101111000101001111100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858496; }

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

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

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

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

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

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

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

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