Html Css Color HEX #859E86 Envy

📋 copy color: '#859E86'

red 133 ◦ green 158 ◦ blue 134

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

Shades of Envy #859E86

Tints of Envy #859E86

RGB

 RED value IS 133 (52.34% from 255) = 31.29%

 GREEN value IS 158 (62.11% from 255) = 37.18%

 BLUE value IS 134 (52.73% from 255) = 31.53%

R = 31.29%
G = 37.18%
B = 31.53%

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

#859E86 (or 0x859E86) is known color: Envy. HEX triplet: 85, 9E and 86. RGB value is (133,158,134). Sum of RGB (Red+Green+Blue) = 133+158+134=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 158 (62.11% from 255 or 37.18% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 158 - color contains mainly: green. Hex color #859E86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859E86 is #7A6179. Grayscale: #939393. Windows color (decimal): -8020346 or 8822405. OLE color: 8822405.

HSL color Cylindrical-coordinate representation of color #859E86: hue angle of 122.4º 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 #859E86 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 158 134 -
CMYK 0.16 0 0.15 0.38
HSL 122.4º 0.11% 0.57% -
HSV(B) 122.4º 0.16% 0.62% -
XYZ 26.2 31.16 27.19 -
YUV 147.79 120.22 117.45 -
System Red Green Blue C M Y K H S L
Decimal 133 158 134 0.16 0 0.15 0.38 122.4 0.11 0.57
Hex 85 9E 86 10 0 F 26 7A B 39
Octal 205 236 206 20 0 17 46 172 13 71
Binary 10000101 10011110 10000110 10000 0 1111 100110 1111010 1011 111001

Color Harmonies of #859E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859E86

Black with #859E86

Text Example


Text Example

White with #859E86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #859E86;
 }
 .AnyTagClassName
 {
   color: #859E86;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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