Html Css Color HEX #859C8E Envy

📋 copy color: '#859C8E'

red 133 ◦ green 156 ◦ blue 142

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

Shades of Envy #859C8E

Tints of Envy #859C8E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.19%

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

R = 30.86%
G = 36.19%
B = 32.95%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#859C8E (or 0x859C8E) is known color: Envy. HEX triplet: 85, 9C and 8E. RGB value is (133,156,142). Sum of RGB (Red+Green+Blue) = 133+156+142=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 142 (55.86% from 255 or 32.95% from 431); Max value from RGB is 156 - color contains mainly: green. Hex color #859C8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859C8E is #7A6371. Grayscale: #939393. Windows color (decimal): -8020850 or 9346181. OLE color: 9346181.

HSL color Cylindrical-coordinate representation of color #859C8E: hue angle of 143.48º degrees, saturation: 0.1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #859C8E is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 156 142 -
CMYK 0.15 0 0.09 0.39
HSL 143.48º 0.1% 0.57% -
HSV(B) 143.48º 0.15% 0.61% -
XYZ 26.44 30.72 30.13 -
YUV 147.53 124.88 117.64 -
System Red Green Blue C M Y K H S L
Decimal 133 156 142 0.15 0 0.09 0.39 143.48 0.1 0.57
Hex 85 9C 8E F 0 9 27 8F A 39
Octal 205 234 216 17 0 11 47 217 12 71
Binary 10000101 10011100 10001110 1111 0 1001 100111 10001111 1010 111001

Color Harmonies of #859C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859C8E

Black with #859C8E

Text Example


Text Example

White with #859C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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