#809583

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

Shades of Stack #809583

Tints of Stack #809583

Color information

#809583 (or 0x809583) is unknown color: approx Stack. HEX triplet: 80, 95 and 83. RGB value is (128,149,131). Sum of RGB (Red+Green+Blue) = 128+149+131=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 149 (58.59% from 255 or 36.52% from 408); Blue value is 131 (51.56% from 255 or 32.11% from 408); Max value from RGB is 149 - color contains mainly: green. Hex color #809583 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809583 is #7F6A7C. Grayscale: #8C8C8C. Windows color (decimal): -8350333 or 8623488. OLE color: 8623488.

HSL color Cylindrical-coordinate representation of color #809583: hue angle of 128.57º 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 #809583 is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.42.

Color convert

RGB128149131-
CMYK0.1400.120.42
HSL128.57º9.01%54.31%-
HSV(B)128.57º14.09%58.43%-
XYZ23.7527.7225.57-
YUV140.67122.54118.96-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.37%
GREEN value IS 149 (58.59% from 255) = 36.52%
BLUE value IS 131 (51.56% from 255) = 32.11%
R=31.37%
G=36.52%
B=32.11%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281491310.1400.120.42128.579.0154.31
Hex809583E0C2A81936
Octal20022520316014522011166
Binary100000001001010110000011111001100101010100000011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809583; }

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

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

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

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

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

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

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

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