Shades of Cosmic #80586D
Tints of Cosmic #80586D
RGB
CMYK
RGB Variations
Color information
#80586D (or 0x80586D) is known color: Cosmic. HEX triplet: 80, 58 and 6D. RGB value is (128,88,109). Sum of RGB (Red+Green+Blue) = 128+88+109=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 88 (34.77% from 255 or 27.08% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 128 - color contains mainly: red. Hex color #80586D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80586D is #7FA792. Grayscale: #666666. Windows color (decimal): -8365971 or 7166080. OLE color: 7166080.
HSL color Cylindrical-coordinate representation of color #80586D: hue angle of 328.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #80586D is Cyan = 0, Magento = 0.31, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 88 | 109 | - |
| CMYK | 0 | 0.31 | 0.15 | 0.50 |
| HSL | 328.5º | 0.19% | 0.42% | - |
| HSV(B) | 328.5º | 0.31% | 0.5% | - |
| XYZ | 15.15 | 12.67 | 16.12 | - |
| YUV | 102.35 | 131.75 | 146.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 88 | 109 | 0 | 0.31 | 0.15 | 0.50 | 328.5 | 0.19 | 0.42 |
| Hex | 80 | 58 | 6D | 0 | 1F | F | 32 | 148 | 13 | 2A |
| Octal | 200 | 130 | 155 | 0 | 37 | 17 | 62 | 510 | 23 | 52 |
| Binary | 10000000 | 1011000 | 1101101 | 0 | 11111 | 1111 | 110010 | 101001000 | 10011 | 101010 |
Color Harmonies of #80586D
Complementary color
Monochromatic Colors of #80586D
Black with #80586D
Text Example
Text Example
White with #80586D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80586D; }
p { color: rgb(128,88,109); }
H1.HeaderClassName
{
color: #80586D;
}
.AnyTagClassName
{
color: #80586D;
}
</style>
background-color css
<style>
a { background-color: #80586D; }
a { background-color: rgb(128,88,109); }
div.DivClassName
{
background-color: #80586D;
}
.BgClassName
{
background-color: #80586D;
}
</style>
border-color css
<style>
span { border-color: #80586D; }
span { border-color: rgb(128,88,109); }
td.TdClassName
{
border-color: #80586D;
}
.TagClassName
{
border-color: #80586D;
}
</style>