#828496

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

Shades of Manatee #828496

Tints of Manatee #828496

Color information

#828496 (or 0x828496) is unknown color: approx Manatee. HEX triplet: 82, 84 and 96. RGB value is (130,132,150). Sum of RGB (Red+Green+Blue) = 130+132+150=412 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.55% from 412); Green value is 132 (51.95% from 255 or 32.04% from 412); Blue value is 150 (58.98% from 255 or 36.41% from 412); Max value from RGB is 150 - color contains mainly: blue. Hex color #828496 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #828496 is #7D7B69. Grayscale: #858585. Windows color (decimal): -8223594 or 9864322. OLE color: 9864322.

HSL color Cylindrical-coordinate representation of color #828496: hue angle of 234º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #828496 is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB130132150-
CMYK0.130.1200.41
HSL234º8.7%54.9%-
HSV(B)234º13.33%58.82%-
XYZ22.9623.4532.17-
YUV133.45137.34125.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.55%
GREEN value IS 132 (51.95% from 255) = 32.04%
BLUE value IS 150 (58.98% from 255) = 36.41%
R=31.55%
G=32.04%
B=36.41%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1301321500.130.1200.412348.754.9
Hex828496DC029ea937
Octal20220422615140513521167
Binary100000101000010010010110110111000101001111010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828496; }

 p { color: rgb(130,132,150); }

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

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

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

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

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

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

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