#808190

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

Shades of Manatee #808190

Tints of Manatee #808190

Color information

#808190 (or 0x808190) is unknown color: approx Manatee. HEX triplet: 80, 81 and 90. RGB value is (128,129,144). Sum of RGB (Red+Green+Blue) = 128+129+144=401 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.92% from 401); Green value is 129 (50.78% from 255 or 32.17% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 144 - color contains mainly: blue. Hex color #808190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808190 is #7F7E6F. Grayscale: #828282. Windows color (decimal): -8355440 or 9470336. OLE color: 9470336.

HSL color Cylindrical-coordinate representation of color #808190: hue angle of 236.25º degrees, saturation: 0.07, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #808190 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB128129144-
CMYK0.110.1000.44
HSL236.25º6.72%53.33%-
HSV(B)236.25º11.11%56.47%-
XYZ21.7922.329.54-
YUV130.41135.67126.28-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.92%
GREEN value IS 129 (50.78% from 255) = 32.17%
BLUE value IS 144 (56.64% from 255) = 35.91%
R=31.92%
G=32.17%
B=35.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1281291440.110.1000.44236.256.7253.33
Hex808190BA02Cec735
Octal2002012201312054354765
Binary10000000100000011001000010111010010110011101100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808190; }

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

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

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

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

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

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

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

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