Shades of Cosmic #80506C
Tints of Cosmic #80506C
RGB
CMYK
RGB Variations
Color information
#80506C (or 0x80506C) is known color: Cosmic. HEX triplet: 80, 50 and 6C. RGB value is (128,80,108). Sum of RGB (Red+Green+Blue) = 128+80+108=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 128 - color contains mainly: red. Hex color #80506C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80506C is #7FAF93. Grayscale: #616161. Windows color (decimal): -8368020 or 7098496. OLE color: 7098496.
HSL color Cylindrical-coordinate representation of color #80506C: hue angle of 325º 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 #80506C is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 80 | 108 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.50 |
| HSL | 325º | 0.23% | 0.41% | - |
| HSV(B) | 325º | 0.38% | 0.5% | - |
| XYZ | 14.48 | 11.41 | 15.63 | - |
| YUV | 97.54 | 133.9 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 80 | 108 | 0 | 0.38 | 0.16 | 0.50 | 325 | 0.23 | 0.41 |
| Hex | 80 | 50 | 6C | 0 | 26 | 10 | 32 | 145 | 17 | 29 |
| Octal | 200 | 120 | 154 | 0 | 46 | 20 | 62 | 505 | 27 | 51 |
| Binary | 10000000 | 1010000 | 1101100 | 0 | 100110 | 10000 | 110010 | 101000101 | 10111 | 101001 |
Color Harmonies of #80506C
Complementary color
Monochromatic Colors of #80506C
Black with #80506C
Text Example
Text Example
White with #80506C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80506C; }
p { color: rgb(128,80,108); }
H1.HeaderClassName
{
color: #80506C;
}
.AnyTagClassName
{
color: #80506C;
}
</style>
background-color css
<style>
a { background-color: #80506C; }
a { background-color: rgb(128,80,108); }
div.DivClassName
{
background-color: #80506C;
}
.BgClassName
{
background-color: #80506C;
}
</style>
border-color css
<style>
span { border-color: #80506C; }
span { border-color: rgb(128,80,108); }
td.TdClassName
{
border-color: #80506C;
}
.TagClassName
{
border-color: #80506C;
}
</style>