Html Css Color HEX #859389 Envy

📋 copy color: '#859389'

red 133 ◦ green 147 ◦ blue 137

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

Shades of Envy #859389

Tints of Envy #859389

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.25%

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

R = 31.89%
G = 35.25%
B = 32.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#859389 (or 0x859389) is known color: Envy. HEX triplet: 85, 93 and 89. RGB value is (133,147,137). Sum of RGB (Red+Green+Blue) = 133+147+137=417 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.89% from 417); Green value is 147 (57.81% from 255 or 35.25% from 417); Blue value is 137 (53.91% from 255 or 32.85% from 417); Max value from RGB is 147 - color contains mainly: green. Hex color #859389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859389 is #7A6C76. Grayscale: #8D8D8D. Windows color (decimal): -8023159 or 9016197. OLE color: 9016197.

HSL color Cylindrical-coordinate representation of color #859389: hue angle of 137.14º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #859389 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 147 137 -
CMYK 0.10 0 0.07 0.42
HSL 137.14º 0.06% 0.55% -
HSV(B) 137.14º 0.1% 0.58% -
XYZ 24.62 27.66 27.71 -
YUV 141.67 125.36 121.81 -
System Red Green Blue C M Y K H S L
Decimal 133 147 137 0.10 0 0.07 0.42 137.14 0.06 0.55
Hex 85 93 89 A 0 7 2A 89 6 37
Octal 205 223 211 12 0 7 52 211 6 67
Binary 10000101 10010011 10001001 1010 0 111 101010 10001001 110 110111

Color Harmonies of #859389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859389

Black with #859389

Text Example


Text Example

White with #859389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859389; }

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

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

background-color css

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

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

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

border-color css

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

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

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