#859E87

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

Shades of Envy #859E87

Tints of Envy #859E87

Color information

#859E87 (or 0x859E87) is unknown color: approx Envy. HEX triplet: 85, 9E and 87. RGB value is (133,158,135). Sum of RGB (Red+Green+Blue) = 133+158+135=426 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.22% from 426); Green value is 158 (62.11% from 255 or 37.09% from 426); Blue value is 135 (53.12% from 255 or 31.69% from 426); Max value from RGB is 158 - color contains mainly: green. Hex color #859E87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859E87 is #7A6178. Grayscale: #939393. Windows color (decimal): -8020345 or 8887941. OLE color: 8887941.

HSL color Cylindrical-coordinate representation of color #859E87: hue angle of 124.8º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #859E87 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB133158135-
CMYK0.1600.150.38
HSL124.8º11.42%57.06%-
HSV(B)124.8º15.82%61.96%-
XYZ26.2731.1927.56-
YUV147.9120.72117.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.22%
GREEN value IS 158 (62.11% from 255) = 37.09%
BLUE value IS 135 (53.12% from 255) = 31.69%
R=31.22%
G=37.09%
B=31.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1331581350.1600.150.38124.811.4257.06
Hex859E87100F267db39
Octal20523620720017461751371
Binary100001011001111010000111100000111110011011111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859E87; }

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

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

<style>
 a { background-color: #859E87; }

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

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

<style>
 span { border-color: #859E87; }

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

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