Shades of Cosmic #85506D
Tints of Cosmic #85506D
RGB
CMYK
RGB Variations
Color information
#85506D (or 0x85506D) is known color: Cosmic. HEX triplet: 85, 50 and 6D. RGB value is (133,80,109). Sum of RGB (Red+Green+Blue) = 133+80+109=322 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.30% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 133 - color contains mainly: red. Hex color #85506D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85506D is #7AAF92. Grayscale: #636363. Windows color (decimal): -8040339 or 7164037. OLE color: 7164037.
HSL color Cylindrical-coordinate representation of color #85506D: hue angle of 327.17º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #85506D is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 80 | 109 | - |
| CMYK | 0 | 0.40 | 0.18 | 0.48 |
| HSL | 327.17º | 0.25% | 0.42% | - |
| HSV(B) | 327.17º | 0.4% | 0.52% | - |
| XYZ | 15.3 | 11.83 | 15.94 | - |
| YUV | 99.15 | 133.56 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 80 | 109 | 0 | 0.40 | 0.18 | 0.48 | 327.17 | 0.25 | 0.42 |
| Hex | 85 | 50 | 6D | 0 | 28 | 12 | 30 | 147 | 19 | 2A |
| Octal | 205 | 120 | 155 | 0 | 50 | 22 | 60 | 507 | 31 | 52 |
| Binary | 10000101 | 1010000 | 1101101 | 0 | 101000 | 10010 | 110000 | 101000111 | 11001 | 101010 |
Color Harmonies of #85506D
Complementary color
Monochromatic Colors of #85506D
Black with #85506D
Text Example
Text Example
White with #85506D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85506D; }
p { color: rgb(133,80,109); }
H1.HeaderClassName
{
color: #85506D;
}
.AnyTagClassName
{
color: #85506D;
}
</style>
background-color css
<style>
a { background-color: #85506D; }
a { background-color: rgb(133,80,109); }
div.DivClassName
{
background-color: #85506D;
}
.BgClassName
{
background-color: #85506D;
}
</style>
border-color css
<style>
span { border-color: #85506D; }
span { border-color: rgb(133,80,109); }
td.TdClassName
{
border-color: #85506D;
}
.TagClassName
{
border-color: #85506D;
}
</style>