Shades of Cosmic #80506B
Tints of Cosmic #80506B
RGB
CMYK
RGB Variations
Color information
#80506B (or 0x80506B) is known color: Cosmic. HEX triplet: 80, 50 and 6B. RGB value is (128,80,107). Sum of RGB (Red+Green+Blue) = 128+80+107=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 128 - color contains mainly: red. Hex color #80506B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80506B is #7FAF94. Grayscale: #616161. Windows color (decimal): -8368021 or 7032960. OLE color: 7032960.
HSL color Cylindrical-coordinate representation of color #80506B: hue angle of 326.25º 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 #80506B is Cyan = 0, Magento = 0.38, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 80 | 107 | - |
| CMYK | 0 | 0.38 | 0.16 | 0.50 |
| HSL | 326.25º | 0.23% | 0.41% | - |
| HSV(B) | 326.25º | 0.38% | 0.5% | - |
| XYZ | 14.42 | 11.39 | 15.35 | - |
| YUV | 97.43 | 133.4 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 80 | 107 | 0 | 0.38 | 0.16 | 0.50 | 326.25 | 0.23 | 0.41 |
| Hex | 80 | 50 | 6B | 0 | 26 | 10 | 32 | 146 | 17 | 29 |
| Octal | 200 | 120 | 153 | 0 | 46 | 20 | 62 | 506 | 27 | 51 |
| Binary | 10000000 | 1010000 | 1101011 | 0 | 100110 | 10000 | 110010 | 101000110 | 10111 | 101001 |
Color Harmonies of #80506B
Complementary color
Monochromatic Colors of #80506B
Black with #80506B
Text Example
Text Example
White with #80506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80506B; }
p { color: rgb(128,80,107); }
H1.HeaderClassName
{
color: #80506B;
}
.AnyTagClassName
{
color: #80506B;
}
</style>
background-color css
<style>
a { background-color: #80506B; }
a { background-color: rgb(128,80,107); }
div.DivClassName
{
background-color: #80506B;
}
.BgClassName
{
background-color: #80506B;
}
</style>
border-color css
<style>
span { border-color: #80506B; }
span { border-color: rgb(128,80,107); }
td.TdClassName
{
border-color: #80506B;
}
.TagClassName
{
border-color: #80506B;
}
</style>