Shades of Cosmic #80506E
Tints of Cosmic #80506E
RGB
CMYK
RGB Variations
Color information
#80506E (or 0x80506E) is known color: Cosmic. HEX triplet: 80, 50 and 6E. RGB value is (128,80,110). Sum of RGB (Red+Green+Blue) = 128+80+110=318 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.25% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 128 - color contains mainly: red. Hex color #80506E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80506E is #7FAF91. Grayscale: #616161. Windows color (decimal): -8368018 or 7229568. OLE color: 7229568.
HSL color Cylindrical-coordinate representation of color #80506E: hue angle of 322.5º 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 #80506E is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 80 | 110 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.50 |
| HSL | 322.5º | 0.23% | 0.41% | - |
| HSV(B) | 322.5º | 0.38% | 0.5% | - |
| XYZ | 14.59 | 11.45 | 16.19 | - |
| YUV | 97.77 | 134.9 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 80 | 110 | 0 | 0.38 | 0.14 | 0.50 | 322.5 | 0.23 | 0.41 |
| Hex | 80 | 50 | 6E | 0 | 26 | E | 32 | 142 | 17 | 29 |
| Octal | 200 | 120 | 156 | 0 | 46 | 16 | 62 | 502 | 27 | 51 |
| Binary | 10000000 | 1010000 | 1101110 | 0 | 100110 | 1110 | 110010 | 101000010 | 10111 | 101001 |
Color Harmonies of #80506E
Complementary color
Monochromatic Colors of #80506E
Black with #80506E
Text Example
Text Example
White with #80506E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80506E; }
p { color: rgb(128,80,110); }
H1.HeaderClassName
{
color: #80506E;
}
.AnyTagClassName
{
color: #80506E;
}
</style>
background-color css
<style>
a { background-color: #80506E; }
a { background-color: rgb(128,80,110); }
div.DivClassName
{
background-color: #80506E;
}
.BgClassName
{
background-color: #80506E;
}
</style>
border-color css
<style>
span { border-color: #80506E; }
span { border-color: rgb(128,80,110); }
td.TdClassName
{
border-color: #80506E;
}
.TagClassName
{
border-color: #80506E;
}
</style>