#80859F

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

Shades of Manatee #80859F

Tints of Manatee #80859F

Color information

#80859F (or 0x80859F) is unknown color: approx Manatee. HEX triplet: 80, 85 and 9F. RGB value is (128,133,159). Sum of RGB (Red+Green+Blue) = 128+133+159=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 159 (62.5% from 255 or 37.86% from 420); Max value from RGB is 159 - color contains mainly: blue. Hex color #80859F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80859F is #7F7A60. Grayscale: #868686. Windows color (decimal): -8354401 or 10454400. OLE color: 10454400.

HSL color Cylindrical-coordinate representation of color #80859F: hue angle of 230.32º degrees, saturation: 0.14, 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 #80859F is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB128133159-
CMYK0.190.1600.38
HSL230.32º13.9%56.27%-
HSV(B)230.32º19.5%62.35%-
XYZ23.5523.8736.17-
YUV134.47141.84123.39-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.48%
GREEN value IS 133 (52.34% from 255) = 31.67%
BLUE value IS 159 (62.5% from 255) = 37.86%
R=30.48%
G=31.67%
B=37.86%

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
Decimal1281331590.190.1600.38230.3213.956.27
Hex80859F1310026e6e38
Octal20020523723200463461670
Binary10000000100001011001111110011100000100110111001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80859F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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