Shades of Cosmic #85486E
Tints of Cosmic #85486E
RGB
CMYK
RGB Variations
Color information
#85486E (or 0x85486E) is known color: Cosmic. HEX triplet: 85, 48 and 6E. RGB value is (133,72,110). Sum of RGB (Red+Green+Blue) = 133+72+110=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #85486E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85486E is #7AB791. Grayscale: #5E5E5E. Windows color (decimal): -8042386 or 7227525. OLE color: 7227525.
HSL color Cylindrical-coordinate representation of color #85486E: hue angle of 322.62º 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 #85486E is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 72 | 110 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.48 |
| HSL | 322.62º | 0.3% | 0.4% | - |
| HSV(B) | 322.62º | 0.46% | 0.52% | - |
| XYZ | 14.8 | 10.75 | 16.05 | - |
| YUV | 94.57 | 136.71 | 155.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 72 | 110 | 0 | 0.46 | 0.17 | 0.48 | 322.62 | 0.3 | 0.4 |
| Hex | 85 | 48 | 6E | 0 | 2E | 11 | 30 | 143 | 1E | 28 |
| Octal | 205 | 110 | 156 | 0 | 56 | 21 | 60 | 503 | 36 | 50 |
| Binary | 10000101 | 1001000 | 1101110 | 0 | 101110 | 10001 | 110000 | 101000011 | 11110 | 101000 |
Color Harmonies of #85486E
Complementary color
Monochromatic Colors of #85486E
Black with #85486E
Text Example
Text Example
White with #85486E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85486E; }
p { color: rgb(133,72,110); }
H1.HeaderClassName
{
color: #85486E;
}
.AnyTagClassName
{
color: #85486E;
}
</style>
background-color css
<style>
a { background-color: #85486E; }
a { background-color: rgb(133,72,110); }
div.DivClassName
{
background-color: #85486E;
}
.BgClassName
{
background-color: #85486E;
}
</style>
border-color css
<style>
span { border-color: #85486E; }
span { border-color: rgb(133,72,110); }
td.TdClassName
{
border-color: #85486E;
}
.TagClassName
{
border-color: #85486E;
}
</style>