#85998B

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

Shades of Envy #85998B

Tints of Envy #85998B

Color information

#85998B (or 0x85998B) is unknown color: approx Envy. HEX triplet: 85, 99 and 8B. RGB value is (133,153,139). Sum of RGB (Red+Green+Blue) = 133+153+139=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 139 (54.69% from 255 or 32.71% from 425); Max value from RGB is 153 - color contains mainly: green. Hex color #85998B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85998B is #7A6674. Grayscale: #919191. Windows color (decimal): -8021621 or 9148805. OLE color: 9148805.

HSL color Cylindrical-coordinate representation of color #85998B: hue angle of 138º 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 #85998B is Cyan = 0.13, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB133153139-
CMYK0.1300.090.4
HSL138º8.93%56.08%-
HSV(B)138º13.07%60%-
XYZ25.7229.6328.79-
YUV145.42124.37119.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.29%
GREEN value IS 153 (60.16% from 255) = 36%
BLUE value IS 139 (54.69% from 255) = 32.71%
R=31.29%
G=36%
B=32.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1331531390.1300.090.41388.9356.08
Hex85998BD09288a938
Octal20523121315011502121170
Binary100001011001100110001011110101001101000100010101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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