#80859C

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

Shades of Manatee #80859C

Tints of Manatee #80859C

Color information

#80859C (or 0x80859C) is unknown color: approx Manatee. HEX triplet: 80, 85 and 9C. RGB value is (128,133,156). Sum of RGB (Red+Green+Blue) = 128+133+156=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 133 (52.34% from 255 or 31.89% from 417); Blue value is 156 (61.33% from 255 or 37.41% from 417); Max value from RGB is 156 - color contains mainly: blue. Hex color #80859C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80859C is #7F7A63. Grayscale: #868686. Windows color (decimal): -8354404 or 10257792. OLE color: 10257792.

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

Color convert

RGB128133156-
CMYK0.180.1500.39
HSL229.29º12.39%55.69%-
HSV(B)229.29º17.95%61.18%-
XYZ23.2923.7634.81-
YUV134.13140.34123.63-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 30.70%
GREEN value IS 133 (52.34% from 255) = 31.89%
BLUE value IS 156 (61.33% from 255) = 37.41%
R=30.70%
G=31.89%
B=37.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1281331560.180.1500.39229.2912.3955.69
Hex80859C12F027e5c38
Octal20020523422170473451470
Binary1000000010000101100111001001011110100111111001011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80859C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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