#859289

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

Shades of Envy #859289

Tints of Envy #859289

Color information

#859289 (or 0x859289) is unknown color: approx Envy. HEX triplet: 85, 92 and 89. RGB value is (133,146,137). Sum of RGB (Red+Green+Blue) = 133+146+137=416 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.97% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 146 - color contains mainly: green. Hex color #859289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859289 is #7A6D76. Grayscale: #8D8D8D. Windows color (decimal): -8023415 or 9015941. OLE color: 9015941.

HSL color Cylindrical-coordinate representation of color #859289: hue angle of 138.46º degrees, saturation: 0.06, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #859289 is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB133146137-
CMYK0.0900.060.43
HSL138.46º5.63%54.71%-
HSV(B)138.46º8.9%57.25%-
XYZ24.4727.3527.66-
YUV141.09125.69122.23-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.97%
GREEN value IS 146 (57.42% from 255) = 35.10%
BLUE value IS 137 (53.91% from 255) = 32.93%
R=31.97%
G=35.10%
B=32.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1331461370.0900.060.43138.465.6354.71
Hex8592899062B8a637
Octal205222211110653212667
Binary1000010110010010100010011001011010101110001010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #859289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #859289; }

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

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

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

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

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

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

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

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