Html Css Color HEX #859989 Envy

📋 copy color: '#859989'

red 133 ◦ green 153 ◦ blue 137

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

Shades of Envy #859989

Tints of Envy #859989

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 32.39%

R = 31.44%
G = 36.17%
B = 32.39%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#859989 (or 0x859989) is known color: Envy. HEX triplet: 85, 99 and 89. RGB value is (133,153,137). Sum of RGB (Red+Green+Blue) = 133+153+137=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 153 (60.16% from 255 or 36.17% from 423); Blue value is 137 (53.91% from 255 or 32.39% from 423); Max value from RGB is 153 - color contains mainly: green. Hex color #859989 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859989 is #7A6676. Grayscale: #919191. Windows color (decimal): -8021623 or 9017733. OLE color: 9017733.

HSL color Cylindrical-coordinate representation of color #859989: hue angle of 132º 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 #859989 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 133 153 137 -
CMYK 0.13 0 0.10 0.4
HSL 132º 0.09% 0.56% -
HSV(B) 132º 0.13% 0.6% -
XYZ 25.58 29.58 28.03 -
YUV 145.2 123.37 119.3 -
System Red Green Blue C M Y K H S L
Decimal 133 153 137 0.13 0 0.10 0.4 132 0.09 0.56
Hex 85 99 89 D 0 A 28 84 9 38
Octal 205 231 211 15 0 12 50 204 11 70
Binary 10000101 10011001 10001001 1101 0 1010 101000 10000100 1001 111000

Color Harmonies of #859989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859989

Black with #859989

Text Example


Text Example

White with #859989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859989; }

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

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

background-color css

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

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

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

border-color css

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

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

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