Shades of Cosmic #80566E
Tints of Cosmic #80566E
RGB
CMYK
RGB Variations
Color information
#80566E (or 0x80566E) is known color: Cosmic. HEX triplet: 80, 56 and 6E. RGB value is (128,86,110). Sum of RGB (Red+Green+Blue) = 128+86+110=324 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.51% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 128 - color contains mainly: red. Hex color #80566E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80566E is #7FA991. Grayscale: #656565. Windows color (decimal): -8366482 or 7231104. OLE color: 7231104.
HSL color Cylindrical-coordinate representation of color #80566E: hue angle of 325.71º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80566E is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 86 | 110 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.50 |
| HSL | 325.71º | 0.2% | 0.42% | - |
| HSV(B) | 325.71º | 0.33% | 0.5% | - |
| XYZ | 15.04 | 12.37 | 16.35 | - |
| YUV | 101.29 | 132.91 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 86 | 110 | 0 | 0.33 | 0.14 | 0.50 | 325.71 | 0.2 | 0.42 |
| Hex | 80 | 56 | 6E | 0 | 21 | E | 32 | 146 | 14 | 2A |
| Octal | 200 | 126 | 156 | 0 | 41 | 16 | 62 | 506 | 24 | 52 |
| Binary | 10000000 | 1010110 | 1101110 | 0 | 100001 | 1110 | 110010 | 101000110 | 10100 | 101010 |
Color Harmonies of #80566E
Complementary color
Monochromatic Colors of #80566E
Black with #80566E
Text Example
Text Example
White with #80566E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80566E; }
p { color: rgb(128,86,110); }
H1.HeaderClassName
{
color: #80566E;
}
.AnyTagClassName
{
color: #80566E;
}
</style>
background-color css
<style>
a { background-color: #80566E; }
a { background-color: rgb(128,86,110); }
div.DivClassName
{
background-color: #80566E;
}
.BgClassName
{
background-color: #80566E;
}
</style>
border-color css
<style>
span { border-color: #80566E; }
span { border-color: rgb(128,86,110); }
td.TdClassName
{
border-color: #80566E;
}
.TagClassName
{
border-color: #80566E;
}
</style>