#828582

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

Shades of Stack #828582

Tints of Stack #828582

Color information

#828582 (or 0x828582) is unknown color: approx Stack. HEX triplet: 82, 85 and 82. RGB value is (130,133,130). Sum of RGB (Red+Green+Blue) = 130+133+130=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 133 (52.34% from 255 or 33.84% from 393); Blue value is 130 (51.17% from 255 or 33.08% from 393); Max value from RGB is 133 - color contains mainly: green. Hex color #828582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828582 is #7D7A7D. Grayscale: #838383. Windows color (decimal): -8223358 or 8553858. OLE color: 8553858.

HSL color Cylindrical-coordinate representation of color #828582: hue angle of 120º degrees, saturation: 0.01, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #828582 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB130133130-
CMYK0.0200.020.48
HSL120º1.21%51.57%-
HSV(B)120º2.26%52.16%-
XYZ21.6223.1324.44-
YUV131.76127.01126.74-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 33.08%
GREEN value IS 133 (52.34% from 255) = 33.84%
BLUE value IS 130 (51.17% from 255) = 33.08%
R=33.08%
G=33.84%
B=33.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1301331300.0200.020.481201.2151.57
Hex8285822023078134
Octal20220520220260170164
Binary1000001010000101100000101001011000011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828582; }

 p { color: rgb(130,133,130); }

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

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

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

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

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

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

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