Shades of Cosmic #85486D
Tints of Cosmic #85486D
RGB
CMYK
RGB Variations
Color information
#85486D (or 0x85486D) is known color: Cosmic. HEX triplet: 85, 48 and 6D. RGB value is (133,72,109). Sum of RGB (Red+Green+Blue) = 133+72+109=314 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.36% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 133 - color contains mainly: red. Hex color #85486D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85486D is #7AB792. Grayscale: #5E5E5E. Windows color (decimal): -8042387 or 7161989. OLE color: 7161989.
HSL color Cylindrical-coordinate representation of color #85486D: hue angle of 323.61º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #85486D is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 72 | 109 | - |
| CMYK | 0 | 0.46 | 0.18 | 0.48 |
| HSL | 323.61º | 0.3% | 0.4% | - |
| HSV(B) | 323.61º | 0.46% | 0.52% | - |
| XYZ | 14.75 | 10.73 | 15.76 | - |
| YUV | 94.46 | 136.21 | 155.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 72 | 109 | 0 | 0.46 | 0.18 | 0.48 | 323.61 | 0.3 | 0.4 |
| Hex | 85 | 48 | 6D | 0 | 2E | 12 | 30 | 144 | 1E | 28 |
| Octal | 205 | 110 | 155 | 0 | 56 | 22 | 60 | 504 | 36 | 50 |
| Binary | 10000101 | 1001000 | 1101101 | 0 | 101110 | 10010 | 110000 | 101000100 | 11110 | 101000 |
Color Harmonies of #85486D
Complementary color
Monochromatic Colors of #85486D
Black with #85486D
Text Example
Text Example
White with #85486D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85486D; }
p { color: rgb(133,72,109); }
H1.HeaderClassName
{
color: #85486D;
}
.AnyTagClassName
{
color: #85486D;
}
</style>
background-color css
<style>
a { background-color: #85486D; }
a { background-color: rgb(133,72,109); }
div.DivClassName
{
background-color: #85486D;
}
.BgClassName
{
background-color: #85486D;
}
</style>
border-color css
<style>
span { border-color: #85486D; }
span { border-color: rgb(133,72,109); }
td.TdClassName
{
border-color: #85486D;
}
.TagClassName
{
border-color: #85486D;
}
</style>