#85998D

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

Shades of Envy #85998D

Tints of Envy #85998D

Color information

#85998D (or 0x85998D) is unknown color: approx Envy. HEX triplet: 85, 99 and 8D. RGB value is (133,153,141). Sum of RGB (Red+Green+Blue) = 133+153+141=427 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.15% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 141 (55.47% from 255 or 33.02% from 427); Max value from RGB is 153 - color contains mainly: green. Hex color #85998D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85998D is #7A6672. Grayscale: #919191. Windows color (decimal): -8021619 or 9279877. OLE color: 9279877.

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

Color convert

RGB133153141-
CMYK0.1300.080.4
HSL144º8.93%56.08%-
HSV(B)144º13.07%60%-
XYZ25.8729.6929.57-
YUV145.65125.37118.98-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.15%
GREEN value IS 153 (60.16% from 255) = 35.83%
BLUE value IS 141 (55.47% from 255) = 33.02%
R=31.15%
G=35.83%
B=33.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1331531410.1300.080.41448.9356.08
Hex85998DD082890938
Octal20523121515010502201170
Binary100001011001100110001101110101000101000100100001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85998D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85998D; }

 p { color: rgb(133,153,141); }

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

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

 a { background-color: rgb(133,153,141); }

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

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

 span { border-color: rgb(133,153,141); }

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