#80859E

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

Shades of Manatee #80859E

Tints of Manatee #80859E

Color information

#80859E (or 0x80859E) is unknown color: approx Manatee. HEX triplet: 80, 85 and 9E. RGB value is (128,133,158). Sum of RGB (Red+Green+Blue) = 128+133+158=419 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.55% from 419); Green value is 133 (52.34% from 255 or 31.74% from 419); Blue value is 158 (62.11% from 255 or 37.71% from 419); Max value from RGB is 158 - color contains mainly: blue. Hex color #80859E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80859E is #7F7A61. Grayscale: #868686. Windows color (decimal): -8354402 or 10388864. OLE color: 10388864.

HSL color Cylindrical-coordinate representation of color #80859E: hue angle of 230º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #80859E is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB128133158-
CMYK0.190.1600.38
HSL230º13.39%56.08%-
HSV(B)230º18.99%61.96%-
XYZ23.4623.8335.71-
YUV134.35141.34123.47-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.55%
GREEN value IS 133 (52.34% from 255) = 31.74%
BLUE value IS 158 (62.11% from 255) = 37.71%
R=30.55%
G=31.74%
B=37.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1281331580.190.1600.3823013.3956.08
Hex80859E1310026e6d38
Octal20020523623200463461570
Binary10000000100001011001111010011100000100110111001101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80859E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80859E; }

 p { color: rgb(128,133,158); }

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

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

 a { background-color: rgb(128,133,158); }

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

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

 span { border-color: rgb(128,133,158); }

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