#85A48D

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

Shades of Envy #85A48D

Tints of Envy #85A48D

Color information

#85A48D (or 0x85A48D) is unknown color: approx Envy. HEX triplet: 85, A4 and 8D. RGB value is (133,164,141). Sum of RGB (Red+Green+Blue) = 133+164+141=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 164 (64.45% from 255 or 37.44% from 438); Blue value is 141 (55.47% from 255 or 32.19% from 438); Max value from RGB is 164 - color contains mainly: green. Hex color #85A48D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A48D is #7A5B72. Grayscale: #989898. Windows color (decimal): -8018803 or 9282693. OLE color: 9282693.

HSL color Cylindrical-coordinate representation of color #85A48D: hue angle of 135.48º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #85A48D is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.

Color convert

RGB133164141-
CMYK0.1900.140.36
HSL135.48º14.55%58.24%-
HSV(B)135.48º18.9%64.31%-
XYZ27.7633.4630.19-
YUV152.11121.73114.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.37%
GREEN value IS 164 (64.45% from 255) = 37.44%
BLUE value IS 141 (55.47% from 255) = 32.19%
R=30.37%
G=37.44%
B=32.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1331641410.1900.140.36135.4814.5558.24
Hex85A48D130E2487f3a
Octal20524421523016442071772
Binary1000010110100100100011011001101110100100100001111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85A48D; }

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

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

<style>
 a { background-color: #85A48D; }

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

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

<style>
 span { border-color: #85A48D; }

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

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