#859B89

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

Shades of Envy #859B89

Tints of Envy #859B89

Color information

#859B89 (or 0x859B89) is unknown color: approx Envy. HEX triplet: 85, 9B and 89. RGB value is (133,155,137). Sum of RGB (Red+Green+Blue) = 133+155+137=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 155 (60.94% from 255 or 36.47% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 155 - color contains mainly: green. Hex color #859B89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859B89 is #7A6476. Grayscale: #929292. Windows color (decimal): -8021111 or 9018245. OLE color: 9018245.

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

Color convert

RGB133155137-
CMYK0.1400.120.39
HSL130.91º9.91%56.47%-
HSV(B)130.91º14.19%60.78%-
XYZ25.9130.2428.14-
YUV146.37122.71118.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.29%
GREEN value IS 155 (60.94% from 255) = 36.47%
BLUE value IS 137 (53.91% from 255) = 32.24%
R=31.29%
G=36.47%
B=32.24%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1331551370.1400.120.39130.919.9156.47
Hex859B89E0C2783a38
Octal20523321116014472031270
Binary100001011001101110001001111001100100111100000111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #859B89;
 }
 .AnyTagClassName
 {
   color: #859B89;
 }
</style>
background-color css

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

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

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

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

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

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