#809383

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

Shades of Stack #809383

Tints of Stack #809383

Color information

#809383 (or 0x809383) is unknown color: approx Stack. HEX triplet: 80, 93 and 83. RGB value is (128,147,131). Sum of RGB (Red+Green+Blue) = 128+147+131=406 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.53% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 131 (51.56% from 255 or 32.27% from 406); Max value from RGB is 147 - color contains mainly: green. Hex color #809383 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #809383 is #7F6C7C. Grayscale: #8B8B8B. Windows color (decimal): -8350845 or 8622976. OLE color: 8622976.

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

Color convert

RGB128147131-
CMYK0.1300.110.42
HSL129.47º8.09%53.92%-
HSV(B)129.47º12.93%57.65%-
XYZ23.4327.125.47-
YUV139.5123.21119.8-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.53%
GREEN value IS 147 (57.81% from 255) = 36.21%
BLUE value IS 131 (51.56% from 255) = 32.27%
R=31.53%
G=36.21%
B=32.27%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281471310.1300.110.42129.478.0953.92
Hex809383D0B2A81836
Octal20022320315013522011066
Binary100000001001001110000011110101011101010100000011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809383; }

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

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

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

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

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

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

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

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