Shades of Cosmic #85455A
Tints of Cosmic #85455A
RGB
CMYK
RGB Variations
Color information
#85455A (or 0x85455A) is known color: Cosmic. HEX triplet: 85, 45 and 5A. RGB value is (133,69,90). Sum of RGB (Red+Green+Blue) = 133+69+90=292 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.55% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 133 - color contains mainly: red. Hex color #85455A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85455A is #7ABAA5. Grayscale: #5A5A5A. Windows color (decimal): -8043174 or 5916037. OLE color: 5916037.
HSL color Cylindrical-coordinate representation of color #85455A: hue angle of 340.31º 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 #85455A is Cyan = 0, Magento = 0.48, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 69 | 90 | - |
| CMYK | 0 | 0.48 | 0.32 | 0.48 |
| HSL | 340.31º | 0.32% | 0.4% | - |
| HSV(B) | 340.31º | 0.48% | 0.52% | - |
| XYZ | 13.65 | 9.98 | 10.88 | - |
| YUV | 90.53 | 127.7 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 69 | 90 | 0 | 0.48 | 0.32 | 0.48 | 340.31 | 0.32 | 0.4 |
| Hex | 85 | 45 | 5A | 0 | 30 | 20 | 30 | 154 | 20 | 28 |
| Octal | 205 | 105 | 132 | 0 | 60 | 40 | 60 | 524 | 40 | 50 |
| Binary | 10000101 | 1000101 | 1011010 | 0 | 110000 | 100000 | 110000 | 101010100 | 100000 | 101000 |
Color Harmonies of #85455A
Complementary color
Monochromatic Colors of #85455A
Black with #85455A
Text Example
Text Example
White with #85455A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85455A; }
p { color: rgb(133,69,90); }
H1.HeaderClassName
{
color: #85455A;
}
.AnyTagClassName
{
color: #85455A;
}
</style>
background-color css
<style>
a { background-color: #85455A; }
a { background-color: rgb(133,69,90); }
div.DivClassName
{
background-color: #85455A;
}
.BgClassName
{
background-color: #85455A;
}
</style>
border-color css
<style>
span { border-color: #85455A; }
span { border-color: rgb(133,69,90); }
td.TdClassName
{
border-color: #85455A;
}
.TagClassName
{
border-color: #85455A;
}
</style>