#809581

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

Shades of Stack #809581

Tints of Stack #809581

Color information

#809581 (or 0x809581) is unknown color: approx Stack. HEX triplet: 80, 95 and 81. RGB value is (128,149,129). Sum of RGB (Red+Green+Blue) = 128+149+129=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 129 (50.78% from 255 or 31.77% from 406); Max value from RGB is 149 - color contains mainly: green. Hex color #809581 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809581 is #7F6A7E. Grayscale: #8C8C8C. Windows color (decimal): -8350335 or 8492416. OLE color: 8492416.

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

Color convert

RGB128149129-
CMYK0.1400.130.42
HSL122.86º9.01%54.31%-
HSV(B)122.86º14.09%58.43%-
XYZ23.6127.6724.87-
YUV140.44121.54119.13-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.53%
GREEN value IS 149 (58.59% from 255) = 36.70%
BLUE value IS 129 (50.78% from 255) = 31.77%
R=31.53%
G=36.70%
B=31.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281491290.1400.130.42122.869.0154.31
Hex809581E0D2A7b936
Octal20022520116015521731166
Binary10000000100101011000000111100110110101011110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809581; }

 p { color: rgb(128,149,129); }

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

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

 a { background-color: rgb(128,149,129); }

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

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

 span { border-color: rgb(128,149,129); }

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