#808495

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

Shades of Manatee #808495

Tints of Manatee #808495

Color information

#808495 (or 0x808495) is unknown color: approx Manatee. HEX triplet: 80, 84 and 95. RGB value is (128,132,149). Sum of RGB (Red+Green+Blue) = 128+132+149=409 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.30% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 149 (58.59% from 255 or 36.43% from 409); Max value from RGB is 149 - color contains mainly: blue. Hex color #808495 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808495 is #7F7B6A. Grayscale: #848484. Windows color (decimal): -8354667 or 9798784. OLE color: 9798784.

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

Color convert

RGB128132149-
CMYK0.140.1100.42
HSL228.57º9.01%54.31%-
HSV(B)228.57º14.09%58.43%-
XYZ22.5823.2631.73-
YUV132.74137.17124.62-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.30%
GREEN value IS 132 (51.95% from 255) = 32.27%
BLUE value IS 149 (58.59% from 255) = 36.43%
R=31.30%
G=32.27%
B=36.43%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1281321490.140.1100.42228.579.0154.31
Hex808495EB02Ae5936
Octal20020422516130523451166
Binary100000001000010010010101111010110101010111001011001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808495; }

 p { color: rgb(128,132,149); }

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

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

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

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

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

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

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