Shades of Cosmic #85516E
Tints of Cosmic #85516E
RGB
CMYK
RGB Variations
Color information
#85516E (or 0x85516E) is known color: Cosmic. HEX triplet: 85, 51 and 6E. RGB value is (133,81,110). Sum of RGB (Red+Green+Blue) = 133+81+110=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 110 (43.36% from 255 or 33.95% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #85516E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85516E is #7AAE91. Grayscale: #636363. Windows color (decimal): -8040082 or 7229829. OLE color: 7229829.
HSL color Cylindrical-coordinate representation of color #85516E: hue angle of 326.54º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85516E is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 81 | 110 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.48 |
| HSL | 326.54º | 0.24% | 0.42% | - |
| HSV(B) | 326.54º | 0.39% | 0.52% | - |
| XYZ | 15.43 | 12 | 16.25 | - |
| YUV | 99.85 | 133.73 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 110 | 0 | 0.39 | 0.17 | 0.48 | 326.54 | 0.24 | 0.42 |
| Hex | 85 | 51 | 6E | 0 | 27 | 11 | 30 | 147 | 18 | 2A |
| Octal | 205 | 121 | 156 | 0 | 47 | 21 | 60 | 507 | 30 | 52 |
| Binary | 10000101 | 1010001 | 1101110 | 0 | 100111 | 10001 | 110000 | 101000111 | 11000 | 101010 |
Color Harmonies of #85516E
Complementary color
Monochromatic Colors of #85516E
Black with #85516E
Text Example
Text Example
White with #85516E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85516E; }
p { color: rgb(133,81,110); }
H1.HeaderClassName
{
color: #85516E;
}
.AnyTagClassName
{
color: #85516E;
}
</style>
background-color css
<style>
a { background-color: #85516E; }
a { background-color: rgb(133,81,110); }
div.DivClassName
{
background-color: #85516E;
}
.BgClassName
{
background-color: #85516E;
}
</style>
border-color css
<style>
span { border-color: #85516E; }
span { border-color: rgb(133,81,110); }
td.TdClassName
{
border-color: #85516E;
}
.TagClassName
{
border-color: #85516E;
}
</style>