Html Css Color HEX #859987 Envy

📋 copy color: '#859987'

red 133 ◦ green 153 ◦ blue 135

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

Shades of Envy #859987

Tints of Envy #859987

RGB

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

 GREEN value IS 153 (60.16% from 255) = 36.34%

 BLUE value IS 135 (53.13% from 255) = 32.07%

R = 31.59%
G = 36.34%
B = 32.07%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#859987 (or 0x859987) is known color: Envy. HEX triplet: 85, 99 and 87. RGB value is (133,153,135). Sum of RGB (Red+Green+Blue) = 133+153+135=421 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.59% from 421); Green value is 153 (60.16% from 255 or 36.34% from 421); Blue value is 135 (53.12% from 255 or 32.07% from 421); Max value from RGB is 153 - color contains mainly: green. Hex color #859987 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859987 is #7A6678. Grayscale: #919191. Windows color (decimal): -8021625 or 8886661. OLE color: 8886661.

HSL color Cylindrical-coordinate representation of color #859987: hue angle of 126º degrees, saturation: 0.09, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #859987 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 133 153 135 -
CMYK 0.13 0 0.12 0.4
HSL 126º 0.09% 0.56% -
HSV(B) 126º 0.13% 0.6% -
XYZ 25.44 29.52 27.28 -
YUV 144.97 122.37 119.46 -
System Red Green Blue C M Y K H S L
Decimal 133 153 135 0.13 0 0.12 0.4 126 0.09 0.56
Hex 85 99 87 D 0 C 28 7E 9 38
Octal 205 231 207 15 0 14 50 176 11 70
Binary 10000101 10011001 10000111 1101 0 1100 101000 1111110 1001 111000

Color Harmonies of #859987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859987

Black with #859987

Text Example


Text Example

White with #859987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859987; }

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

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

background-color css

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

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

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

border-color css

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

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

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