#829285

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

Shades of Stack #829285

Tints of Stack #829285

Color information

#829285 (or 0x829285) is unknown color: approx Stack. HEX triplet: 82, 92 and 85. RGB value is (130,146,133). Sum of RGB (Red+Green+Blue) = 130+146+133=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 146 - color contains mainly: green. Hex color #829285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829285 is #7D6D7A. Grayscale: #8B8B8B. Windows color (decimal): -8220027 or 8753794. OLE color: 8753794.

HSL color Cylindrical-coordinate representation of color #829285: hue angle of 131.25º degrees, saturation: 0.07, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #829285 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB130146133-
CMYK0.1100.090.43
HSL131.25º6.84%54.12%-
HSV(B)131.25º10.96%57.25%-
XYZ23.722726.15-
YUV139.73124.2121.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.78%
GREEN value IS 146 (57.42% from 255) = 35.70%
BLUE value IS 133 (52.34% from 255) = 32.52%
R=31.78%
G=35.70%
B=32.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1301461330.1100.090.43131.256.8454.12
Hex829285B092B83736
Octal2022222051301153203766
Binary10000010100100101000010110110100110101110000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829285; }

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

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

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

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

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

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

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

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