Shades of Cosmic #80405B
Tints of Cosmic #80405B
RGB
CMYK
RGB Variations
Color information
#80405B (or 0x80405B) is known color: Cosmic. HEX triplet: 80, 40 and 5B. RGB value is (128,64,91). Sum of RGB (Red+Green+Blue) = 128+64+91=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 128 - color contains mainly: red. Hex color #80405B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80405B is #7FBFA4. Grayscale: #565656. Windows color (decimal): -8372133 or 5980288. OLE color: 5980288.
HSL color Cylindrical-coordinate representation of color #80405B: hue angle of 334.69º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #80405B is Cyan = 0, Magento = 0.5, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 64 | 91 | - |
| CMYK | 0 | 0.5 | 0.29 | 0.50 |
| HSL | 334.69º | 0.33% | 0.38% | - |
| HSV(B) | 334.69º | 0.5% | 0.5% | - |
| XYZ | 12.62 | 9.01 | 10.97 | - |
| YUV | 86.21 | 130.7 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 64 | 91 | 0 | 0.5 | 0.29 | 0.50 | 334.69 | 0.33 | 0.38 |
| Hex | 80 | 40 | 5B | 0 | 32 | 1D | 32 | 14F | 21 | 26 |
| Octal | 200 | 100 | 133 | 0 | 62 | 35 | 62 | 517 | 41 | 46 |
| Binary | 10000000 | 1000000 | 1011011 | 0 | 110010 | 11101 | 110010 | 101001111 | 100001 | 100110 |
Color Harmonies of #80405B
Complementary color
Monochromatic Colors of #80405B
Black with #80405B
Text Example
Text Example
White with #80405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80405B; }
p { color: rgb(128,64,91); }
H1.HeaderClassName
{
color: #80405B;
}
.AnyTagClassName
{
color: #80405B;
}
</style>
background-color css
<style>
a { background-color: #80405B; }
a { background-color: rgb(128,64,91); }
div.DivClassName
{
background-color: #80405B;
}
.BgClassName
{
background-color: #80405B;
}
</style>
border-color css
<style>
span { border-color: #80405B; }
span { border-color: rgb(128,64,91); }
td.TdClassName
{
border-color: #80405B;
}
.TagClassName
{
border-color: #80405B;
}
</style>