#859389

Color #859389 Envy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Envy #859389

Tints of Envy #859389

Color information

#859389 (or 0x859389) is unknown color: approx 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

RGB133147137-
CMYK0.1000.070.42
HSL137.14º6.09%54.9%-
HSV(B)137.14º9.52%57.65%-
XYZ24.6227.6627.71-
YUV141.67125.36121.81-

RGB Variations

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

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 (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1331471370.1000.070.42137.146.0954.9
Hex859389A072A89637
Octal205223211120752211667
Binary1000010110010011100010011010011110101010001001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>