#85988C

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

Shades of Envy #85988C

Tints of Envy #85988C

Color information

#85988C (or 0x85988C) is unknown color: approx Envy. HEX triplet: 85, 98 and 8C. RGB value is (133,152,140). Sum of RGB (Red+Green+Blue) = 133+152+140=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 152 (59.77% from 255 or 35.76% from 425); Blue value is 140 (55.08% from 255 or 32.94% from 425); Max value from RGB is 152 - color contains mainly: green. Hex color #85988C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85988C is #7A6773. Grayscale: #909090. Windows color (decimal): -8021876 or 9214085. OLE color: 9214085.

HSL color Cylindrical-coordinate representation of color #85988C: hue angle of 142.11º degrees, saturation: 0.08, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #85988C is Cyan = 0.13, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB133152140-
CMYK0.1300.080.40
HSL142.11º8.44%55.88%-
HSV(B)142.11º12.5%59.61%-
XYZ25.6329.3429.12-
YUV144.95125.21119.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.29%
GREEN value IS 152 (59.77% from 255) = 35.76%
BLUE value IS 140 (55.08% from 255) = 32.94%
R=31.29%
G=35.76%
B=32.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1331521400.1300.080.40142.118.4455.88
Hex85988CD08288e838
Octal20523021415010502161070
Binary100001011001100010001100110101000101000100011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85988C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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