#808191

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

Shades of Manatee #808191

Tints of Manatee #808191

Color information

#808191 (or 0x808191) is unknown color: approx Manatee. HEX triplet: 80, 81 and 91. RGB value is (128,129,145). Sum of RGB (Red+Green+Blue) = 128+129+145=402 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.84% from 402); Green value is 129 (50.78% from 255 or 32.09% from 402); Blue value is 145 (57.03% from 255 or 36.07% from 402); Max value from RGB is 145 - color contains mainly: blue. Hex color #808191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808191 is #7F7E6E. Grayscale: #828282. Windows color (decimal): -8355439 or 9535872. OLE color: 9535872.

HSL color Cylindrical-coordinate representation of color #808191: hue angle of 236.47º 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 #808191 is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB128129145-
CMYK0.120.1100.43
HSL236.47º7.17%53.53%-
HSV(B)236.47º11.72%56.86%-
XYZ21.8622.3329.95-
YUV130.52136.17126.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.84%
GREEN value IS 129 (50.78% from 255) = 32.09%
BLUE value IS 145 (57.03% from 255) = 36.07%
R=31.84%
G=32.09%
B=36.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1281291450.120.1100.43236.477.1753.53
Hex808191CB02Bec736
Octal2002012211413053354766
Binary10000000100000011001000111001011010101111101100111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808191; }

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

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

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

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

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

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

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

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