Shades of Cosmic #85455D
Tints of Cosmic #85455D
RGB
CMYK
RGB Variations
Color information
#85455D (or 0x85455D) is known color: Cosmic. HEX triplet: 85, 45 and 5D. RGB value is (133,69,93). Sum of RGB (Red+Green+Blue) = 133+69+93=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 133 - color contains mainly: red. Hex color #85455D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85455D is #7ABAA2. Grayscale: #5A5A5A. Windows color (decimal): -8043171 or 6112645. OLE color: 6112645.
HSL color Cylindrical-coordinate representation of color #85455D: hue angle of 337.5º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85455D is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 69 | 93 | - |
| CMYK | 0 | 0.48 | 0.30 | 0.48 |
| HSL | 337.5º | 0.32% | 0.4% | - |
| HSV(B) | 337.5º | 0.48% | 0.52% | - |
| XYZ | 13.78 | 10.03 | 11.57 | - |
| YUV | 90.87 | 129.2 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 69 | 93 | 0 | 0.48 | 0.30 | 0.48 | 337.5 | 0.32 | 0.4 |
| Hex | 85 | 45 | 5D | 0 | 30 | 1E | 30 | 152 | 20 | 28 |
| Octal | 205 | 105 | 135 | 0 | 60 | 36 | 60 | 522 | 40 | 50 |
| Binary | 10000101 | 1000101 | 1011101 | 0 | 110000 | 11110 | 110000 | 101010010 | 100000 | 101000 |
Color Harmonies of #85455D
Complementary color
Monochromatic Colors of #85455D
Black with #85455D
Text Example
Text Example
White with #85455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85455D; }
p { color: rgb(133,69,93); }
H1.HeaderClassName
{
color: #85455D;
}
.AnyTagClassName
{
color: #85455D;
}
</style>
background-color css
<style>
a { background-color: #85455D; }
a { background-color: rgb(133,69,93); }
div.DivClassName
{
background-color: #85455D;
}
.BgClassName
{
background-color: #85455D;
}
</style>
border-color css
<style>
span { border-color: #85455D; }
span { border-color: rgb(133,69,93); }
td.TdClassName
{
border-color: #85455D;
}
.TagClassName
{
border-color: #85455D;
}
</style>