Html Css Color HEX #859E87 Envy

📋 copy color: '#859E87'

red 133 ◦ green 158 ◦ blue 135

#859E87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Envy #859E87

Tints of Envy #859E87

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.13% from 255) = 31.69%

R = 31.22%
G = 37.09%
B = 31.69%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#859E87 (or 0x859E87) is known color: 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

RGB 133 158 135 -
CMYK 0.16 0 0.15 0.38
HSL 124.8º 0.11% 0.57% -
HSV(B) 124.8º 0.16% 0.62% -
XYZ 26.27 31.19 27.56 -
YUV 147.9 120.72 117.37 -
System Red Green Blue C M Y K H S L
Decimal 133 158 135 0.16 0 0.15 0.38 124.8 0.11 0.57
Hex 85 9E 87 10 0 F 26 7D B 39
Octal 205 236 207 20 0 17 46 175 13 71
Binary 10000101 10011110 10000111 10000 0 1111 100110 1111101 1011 111001

Color Harmonies of #859E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859E87

Black with #859E87

Text Example


Text Example

White with #859E87

Text Example


Text Example

HTML Codes & Css Web 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>