#808392

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

Shades of Manatee #808392

Tints of Manatee #808392

Color information

#808392 (or 0x808392) is unknown color: approx Manatee. HEX triplet: 80, 83 and 92. RGB value is (128,131,146). Sum of RGB (Red+Green+Blue) = 128+131+146=405 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.60% from 405); Green value is 131 (51.56% from 255 or 32.35% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 146 - color contains mainly: blue. Hex color #808392 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808392 is #7F7C6D. Grayscale: #838383. Windows color (decimal): -8354926 or 9601920. OLE color: 9601920.

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

Color convert

RGB128131146-
CMYK0.120.1000.43
HSL230º7.63%53.73%-
HSV(B)230º12.33%57.25%-
XYZ22.2122.930.44-
YUV131.81136.01125.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.60%
GREEN value IS 131 (51.56% from 255) = 32.35%
BLUE value IS 146 (57.42% from 255) = 36.05%
R=31.60%
G=32.35%
B=36.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1281311460.120.1000.432307.6353.73
Hex808392CA02Be6836
Octal20020322214120533461066
Binary100000001000001110010010110010100101011111001101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808392; }

 p { color: rgb(128,131,146); }

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

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

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

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

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

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

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