Shades of Cosmic #80505D
Tints of Cosmic #80505D
RGB
CMYK
RGB Variations
Color information
#80505D (or 0x80505D) is known color: Cosmic. HEX triplet: 80, 50 and 5D. RGB value is (128,80,93). Sum of RGB (Red+Green+Blue) = 128+80+93=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 93 (36.72% from 255 or 30.90% from 301); Max value from RGB is 128 - color contains mainly: red. Hex color #80505D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80505D is #7FAFA2. Grayscale: #5F5F5F. Windows color (decimal): -8368035 or 6115456. OLE color: 6115456.
HSL color Cylindrical-coordinate representation of color #80505D: hue angle of 343.75º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80505D is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 80 | 93 | - |
| CMYK | 0 | 0.38 | 0.27 | 0.50 |
| HSL | 343.75º | 0.23% | 0.41% | - |
| HSV(B) | 343.75º | 0.38% | 0.5% | - |
| XYZ | 13.75 | 11.12 | 11.78 | - |
| YUV | 95.83 | 126.4 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 80 | 93 | 0 | 0.38 | 0.27 | 0.50 | 343.75 | 0.23 | 0.41 |
| Hex | 80 | 50 | 5D | 0 | 26 | 1B | 32 | 158 | 17 | 29 |
| Octal | 200 | 120 | 135 | 0 | 46 | 33 | 62 | 530 | 27 | 51 |
| Binary | 10000000 | 1010000 | 1011101 | 0 | 100110 | 11011 | 110010 | 101011000 | 10111 | 101001 |
Color Harmonies of #80505D
Complementary color
Monochromatic Colors of #80505D
Black with #80505D
Text Example
Text Example
White with #80505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80505D; }
p { color: rgb(128,80,93); }
H1.HeaderClassName
{
color: #80505D;
}
.AnyTagClassName
{
color: #80505D;
}
</style>
background-color css
<style>
a { background-color: #80505D; }
a { background-color: rgb(128,80,93); }
div.DivClassName
{
background-color: #80505D;
}
.BgClassName
{
background-color: #80505D;
}
</style>
border-color css
<style>
span { border-color: #80505D; }
span { border-color: rgb(128,80,93); }
td.TdClassName
{
border-color: #80505D;
}
.TagClassName
{
border-color: #80505D;
}
</style>