Shades of Cosmic #80546F
Tints of Cosmic #80546F
RGB
CMYK
RGB Variations
Color information
#80546F (or 0x80546F) is known color: Cosmic. HEX triplet: 80, 54 and 6F. RGB value is (128,84,111). Sum of RGB (Red+Green+Blue) = 128+84+111=323 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.63% from 323); Green value is 84 (33.20% from 255 or 26.01% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 128 - color contains mainly: red. Hex color #80546F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80546F is #7FAB90. Grayscale: #646464. Windows color (decimal): -8366993 or 7296128. OLE color: 7296128.
HSL color Cylindrical-coordinate representation of color #80546F: hue angle of 323.18º 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 #80546F is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 84 | 111 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.50 |
| HSL | 323.18º | 0.21% | 0.42% | - |
| HSV(B) | 323.18º | 0.34% | 0.5% | - |
| XYZ | 14.94 | 12.08 | 16.58 | - |
| YUV | 100.23 | 134.08 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 84 | 111 | 0 | 0.34 | 0.13 | 0.50 | 323.18 | 0.21 | 0.42 |
| Hex | 80 | 54 | 6F | 0 | 22 | D | 32 | 143 | 15 | 2A |
| Octal | 200 | 124 | 157 | 0 | 42 | 15 | 62 | 503 | 25 | 52 |
| Binary | 10000000 | 1010100 | 1101111 | 0 | 100010 | 1101 | 110010 | 101000011 | 10101 | 101010 |
Color Harmonies of #80546F
Complementary color
Monochromatic Colors of #80546F
Black with #80546F
Text Example
Text Example
White with #80546F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80546F; }
p { color: rgb(128,84,111); }
H1.HeaderClassName
{
color: #80546F;
}
.AnyTagClassName
{
color: #80546F;
}
</style>
background-color css
<style>
a { background-color: #80546F; }
a { background-color: rgb(128,84,111); }
div.DivClassName
{
background-color: #80546F;
}
.BgClassName
{
background-color: #80546F;
}
</style>
border-color css
<style>
span { border-color: #80546F; }
span { border-color: rgb(128,84,111); }
td.TdClassName
{
border-color: #80546F;
}
.TagClassName
{
border-color: #80546F;
}
</style>