#829589

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

Shades of Envy #829589

Tints of Envy #829589

Color information

#829589 (or 0x829589) is unknown color: approx Envy. HEX triplet: 82, 95 and 89. RGB value is (130,149,137). Sum of RGB (Red+Green+Blue) = 130+149+137=416 (55% of max value = 765). Red value is 130 (51.17% from 255 or 31.25% from 416); Green value is 149 (58.59% from 255 or 35.82% from 416); Blue value is 137 (53.91% from 255 or 32.93% from 416); Max value from RGB is 149 - color contains mainly: green. Hex color #829589 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829589 is #7D6A76. Grayscale: #8D8D8D. Windows color (decimal): -8219255 or 9016706. OLE color: 9016706.

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

Color convert

RGB130149137-
CMYK0.1300.080.42
HSL142.11º8.23%54.71%-
HSV(B)142.11º12.75%58.43%-
XYZ24.4728.0527.79-
YUV141.95125.21119.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.25%
GREEN value IS 149 (58.59% from 255) = 35.82%
BLUE value IS 137 (53.91% from 255) = 32.93%
R=31.25%
G=35.82%
B=32.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1301491370.1300.080.42142.118.2354.71
Hex829589D082A8e837
Octal20222521115010522161067
Binary100000101001010110001001110101000101010100011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829589; }

 p { color: rgb(130,149,137); }

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

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

 a { background-color: rgb(130,149,137); }

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

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

 span { border-color: rgb(130,149,137); }

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