#808491

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

Shades of Manatee #808491

Tints of Manatee #808491

Color information

#808491 (or 0x808491) is unknown color: approx Manatee. HEX triplet: 80, 84 and 91. RGB value is (128,132,145). Sum of RGB (Red+Green+Blue) = 128+132+145=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 145 - color contains mainly: blue. Hex color #808491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808491 is #7F7B6E. Grayscale: #848484. Windows color (decimal): -8354671 or 9536640. OLE color: 9536640.

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

Color convert

RGB128132145-
CMYK0.120.0900.43
HSL225.88º7.17%53.53%-
HSV(B)225.88º11.72%56.86%-
XYZ22.2623.1430.08-
YUV132.29135.17124.94-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.60%
GREEN value IS 132 (51.95% from 255) = 32.59%
BLUE value IS 145 (57.03% from 255) = 35.80%
R=31.60%
G=32.59%
B=35.80%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1281321450.120.0900.43225.887.1753.53
Hex808491C902Be2736
Octal2002042211411053342766
Binary10000000100001001001000111001001010101111100010111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808491; }

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

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

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

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

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

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

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

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