Html Css Color HEX #859D8E Envy

📋 copy color: '#859D8E'

red 133 ◦ green 157 ◦ blue 142

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

Shades of Envy #859D8E

Tints of Envy #859D8E

RGB

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

 GREEN value IS 157 (61.72% from 255) = 36.34%

 BLUE value IS 142 (55.86% from 255) = 32.87%

R = 30.79%
G = 36.34%
B = 32.87%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.10

 K value IS 0.38

RGB Variations

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

Color information

#859D8E (or 0x859D8E) is known color: Envy. HEX triplet: 85, 9D and 8E. RGB value is (133,157,142). Sum of RGB (Red+Green+Blue) = 133+157+142=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 142 (55.86% from 255 or 32.87% from 432); Max value from RGB is 157 - color contains mainly: green. Hex color #859D8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859D8E is #7A6271. Grayscale: #949494. Windows color (decimal): -8020594 or 9346437. OLE color: 9346437.

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

Color convert

RGB 133 157 142 -
CMYK 0.15 0 0.10 0.38
HSL 142.5º 0.11% 0.57% -
HSV(B) 142.5º 0.15% 0.62% -
XYZ 26.61 31.05 30.18 -
YUV 148.11 124.55 117.22 -
System Red Green Blue C M Y K H S L
Decimal 133 157 142 0.15 0 0.10 0.38 142.5 0.11 0.57
Hex 85 9D 8E F 0 A 26 8E B 39
Octal 205 235 216 17 0 12 46 216 13 71
Binary 10000101 10011101 10001110 1111 0 1010 100110 10001110 1011 111001

Color Harmonies of #859D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859D8E

Black with #859D8E

Text Example


Text Example

White with #859D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,157,142); }

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

background-color css

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

 a { background-color: rgb(133,157,142); }

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

border-color css

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

 span { border-color: rgb(133,157,142); }

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