#80808B

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

Shades of Manatee #80808B

Tints of Manatee #80808B

Color information

#80808B (or 0x80808B) is unknown color: approx Manatee. HEX triplet: 80, 80 and 8B. RGB value is (128,128,139). Sum of RGB (Red+Green+Blue) = 128+128+139=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 139 - color contains mainly: blue. Hex color #80808B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80808B is #7F7F74. Grayscale: #818181. Windows color (decimal): -8355701 or 9142400. OLE color: 9142400.

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

Color convert

RGB128128139-
CMYK0.080.0800.45
HSL240º4.53%52.35%-
HSV(B)240º7.91%54.51%-
XYZ21.2821.8927.53-
YUV129.25133.5127.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 32.41%
GREEN value IS 128 (50.39% from 255) = 32.41%
BLUE value IS 139 (54.69% from 255) = 35.19%
R=32.41%
G=32.41%
B=35.19%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1281281390.080.0800.452404.5352.35
Hex80808B8802Df0534
Octal2002002131010055360564
Binary10000000100000001000101110001000010110111110000101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80808B; }

 p { color: rgb(128,128,139); }

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

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

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

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

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

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

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