Shades of Cosmic #80546D
Tints of Cosmic #80546D
RGB
CMYK
RGB Variations
Color information
#80546D (or 0x80546D) is known color: Cosmic. HEX triplet: 80, 54 and 6D. RGB value is (128,84,109). Sum of RGB (Red+Green+Blue) = 128+84+109=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 128 - color contains mainly: red. Hex color #80546D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80546D is #7FAB92. Grayscale: #636363. Windows color (decimal): -8366995 or 7165056. OLE color: 7165056.
HSL color Cylindrical-coordinate representation of color #80546D: hue angle of 325.91º 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 #80546D is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 84 | 109 | - |
| CMYK | 0 | 0.34 | 0.15 | 0.50 |
| HSL | 325.91º | 0.21% | 0.42% | - |
| HSV(B) | 325.91º | 0.34% | 0.5% | - |
| XYZ | 14.83 | 12.03 | 16.01 | - |
| YUV | 100.01 | 133.08 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 84 | 109 | 0 | 0.34 | 0.15 | 0.50 | 325.91 | 0.21 | 0.42 |
| Hex | 80 | 54 | 6D | 0 | 22 | F | 32 | 146 | 15 | 2A |
| Octal | 200 | 124 | 155 | 0 | 42 | 17 | 62 | 506 | 25 | 52 |
| Binary | 10000000 | 1010100 | 1101101 | 0 | 100010 | 1111 | 110010 | 101000110 | 10101 | 101010 |
Color Harmonies of #80546D
Complementary color
Monochromatic Colors of #80546D
Black with #80546D
Text Example
Text Example
White with #80546D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80546D; }
p { color: rgb(128,84,109); }
H1.HeaderClassName
{
color: #80546D;
}
.AnyTagClassName
{
color: #80546D;
}
</style>
background-color css
<style>
a { background-color: #80546D; }
a { background-color: rgb(128,84,109); }
div.DivClassName
{
background-color: #80546D;
}
.BgClassName
{
background-color: #80546D;
}
</style>
border-color css
<style>
span { border-color: #80546D; }
span { border-color: rgb(128,84,109); }
td.TdClassName
{
border-color: #80546D;
}
.TagClassName
{
border-color: #80546D;
}
</style>