#82828E

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

Shades of Manatee #82828E

Tints of Manatee #82828E

Color information

#82828E (or 0x82828E) is unknown color: approx Manatee. HEX triplet: 82, 82 and 8E. RGB value is (130,130,142). Sum of RGB (Red+Green+Blue) = 130+130+142=402 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.34% from 402); Green value is 130 (51.17% from 255 or 32.34% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 142 - color contains mainly: blue. Hex color #82828E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #82828E is #7D7D71. Grayscale: #838383. Windows color (decimal): -8224114 or 9339522. OLE color: 9339522.

HSL color Cylindrical-coordinate representation of color #82828E: hue angle of 240º degrees, saturation: 0.05, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #82828E is Cyan = 0.08, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB130130142-
CMYK0.080.0800.44
HSL240º5.04%53.33%-
HSV(B)240º8.45%55.69%-
XYZ22.0722.6628.8-
YUV131.37134127.02-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 32.34%
GREEN value IS 130 (51.17% from 255) = 32.34%
BLUE value IS 142 (55.86% from 255) = 35.32%
R=32.34%
G=32.34%
B=35.32%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1301301420.080.0800.442405.0453.33
Hex82828E8802Cf0535
Octal2022022161010054360565
Binary10000010100000101000111010001000010110011110000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82828E; }

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

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

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

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

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

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

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

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