#80859D

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

Shades of Manatee #80859D

Tints of Manatee #80859D

Color information

#80859D (or 0x80859D) is unknown color: approx Manatee. HEX triplet: 80, 85 and 9D. RGB value is (128,133,157). Sum of RGB (Red+Green+Blue) = 128+133+157=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 133 (52.34% from 255 or 31.82% from 418); Blue value is 157 (61.72% from 255 or 37.56% from 418); Max value from RGB is 157 - color contains mainly: blue. Hex color #80859D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80859D is #7F7A62. Grayscale: #868686. Windows color (decimal): -8354403 or 10323328. OLE color: 10323328.

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

Color convert

RGB128133157-
CMYK0.180.1500.38
HSL229.66º12.89%55.88%-
HSV(B)229.66º18.47%61.57%-
XYZ23.3823.835.26-
YUV134.24140.84123.55-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.62%
GREEN value IS 133 (52.34% from 255) = 31.82%
BLUE value IS 157 (61.72% from 255) = 37.56%
R=30.62%
G=31.82%
B=37.56%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1281331570.180.1500.38229.6612.8955.88
Hex80859D12F026e6d38
Octal20020523522170463461570
Binary1000000010000101100111011001011110100110111001101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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