#85829E

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

Shades of Grey Suit #85829E

Tints of Grey Suit #85829E

Color information

#85829E (or 0x85829E) is unknown color: approx Grey Suit. HEX triplet: 85, 82 and 9E. RGB value is (133,130,158). Sum of RGB (Red+Green+Blue) = 133+130+158=421 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.59% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 158 - color contains mainly: blue. Hex color #85829E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85829E is #7A7D61. Grayscale: #858585. Windows color (decimal): -8027490 or 10388101. OLE color: 10388101.

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

Color convert

RGB133130158-
CMYK0.160.1800.38
HSL246.43º12.61%56.47%-
HSV(B)246.43º17.72%61.96%-
XYZ23.8323.4235.61-
YUV134.09141.49127.22-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.59%
GREEN value IS 130 (51.17% from 255) = 30.88%
BLUE value IS 158 (62.11% from 255) = 37.53%
R=31.59%
G=30.88%
B=37.53%

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
Decimal1331301580.160.1800.38246.4312.6156.47
Hex85829E1012026f6d38
Octal20520223620220463661570
Binary10000101100000101001111010000100100100110111101101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85829E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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