Shades of Cosmic #80546E
Tints of Cosmic #80546E
RGB
CMYK
RGB Variations
Color information
#80546E (or 0x80546E) is known color: Cosmic. HEX triplet: 80, 54 and 6E. RGB value is (128,84,110). Sum of RGB (Red+Green+Blue) = 128+84+110=322 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.75% from 322); Green value is 84 (33.20% from 255 or 26.09% from 322); Blue value is 110 (43.36% from 255 or 34.16% from 322); Max value from RGB is 128 - color contains mainly: red. Hex color #80546E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80546E is #7FAB91. Grayscale: #646464. Windows color (decimal): -8366994 or 7230592. OLE color: 7230592.
HSL color Cylindrical-coordinate representation of color #80546E: hue angle of 324.55º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #80546E is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 84 | 110 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.50 |
| HSL | 324.55º | 0.21% | 0.42% | - |
| HSV(B) | 324.55º | 0.34% | 0.5% | - |
| XYZ | 14.89 | 12.06 | 16.29 | - |
| YUV | 100.12 | 133.58 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 84 | 110 | 0 | 0.34 | 0.14 | 0.50 | 324.55 | 0.21 | 0.42 |
| Hex | 80 | 54 | 6E | 0 | 22 | E | 32 | 145 | 15 | 2A |
| Octal | 200 | 124 | 156 | 0 | 42 | 16 | 62 | 505 | 25 | 52 |
| Binary | 10000000 | 1010100 | 1101110 | 0 | 100010 | 1110 | 110010 | 101000101 | 10101 | 101010 |
Color Harmonies of #80546E
Complementary color
Monochromatic Colors of #80546E
Black with #80546E
Text Example
Text Example
White with #80546E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80546E; }
p { color: rgb(128,84,110); }
H1.HeaderClassName
{
color: #80546E;
}
.AnyTagClassName
{
color: #80546E;
}
</style>
background-color css
<style>
a { background-color: #80546E; }
a { background-color: rgb(128,84,110); }
div.DivClassName
{
background-color: #80546E;
}
.BgClassName
{
background-color: #80546E;
}
</style>
border-color css
<style>
span { border-color: #80546E; }
span { border-color: rgb(128,84,110); }
td.TdClassName
{
border-color: #80546E;
}
.TagClassName
{
border-color: #80546E;
}
</style>