#85829C

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

Shades of Grey Suit #85829C

Tints of Grey Suit #85829C

Color information

#85829C (or 0x85829C) is unknown color: approx Grey Suit. HEX triplet: 85, 82 and 9C. RGB value is (133,130,156). Sum of RGB (Red+Green+Blue) = 133+130+156=419 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.74% from 419); Green value is 130 (51.17% from 255 or 31.03% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 156 - color contains mainly: blue. Hex color #85829C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85829C is #7A7D63. Grayscale: #858585. Windows color (decimal): -8027492 or 10257029. OLE color: 10257029.

HSL color Cylindrical-coordinate representation of color #85829C: hue angle of 246.92º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #85829C is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB133130156-
CMYK0.150.1700.39
HSL246.92º11.61%56.08%-
HSV(B)246.92º16.67%61.18%-
XYZ23.6623.3534.71-
YUV133.86140.49127.39-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.74%
GREEN value IS 130 (51.17% from 255) = 31.03%
BLUE value IS 156 (61.33% from 255) = 37.23%
R=31.74%
G=31.03%
B=37.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1331301560.150.1700.39246.9211.6156.08
Hex85829CF11027f7c38
Octal20520223417210473671470
Binary1000010110000010100111001111100010100111111101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85829C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,130,156); }

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

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

 a { background-color: rgb(133,130,156); }

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

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

 span { border-color: rgb(133,130,156); }

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