#808390

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

Shades of Manatee #808390

Tints of Manatee #808390

Color information

#808390 (or 0x808390) is unknown color: approx Manatee. HEX triplet: 80, 83 and 90. RGB value is (128,131,144). Sum of RGB (Red+Green+Blue) = 128+131+144=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 144 - color contains mainly: blue. Hex color #808390 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808390 is #7F7C6F. Grayscale: #838383. Windows color (decimal): -8354928 or 9470848. OLE color: 9470848.

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

Color convert

RGB128131144-
CMYK0.110.0900.44
HSL228.75º6.72%53.33%-
HSV(B)228.75º11.11%56.47%-
XYZ22.0522.8429.63-
YUV131.58135.01125.44-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 31.76%
GREEN value IS 131 (51.56% from 255) = 32.51%
BLUE value IS 144 (56.64% from 255) = 35.73%
R=31.76%
G=32.51%
B=35.73%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1281311440.110.0900.44228.756.7253.33
Hex808390B902Ce5735
Octal2002032201311054345765
Binary10000000100000111001000010111001010110011100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #808390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #808390; }

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

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

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

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

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

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

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

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