Shades of Cosmic #85536E
Tints of Cosmic #85536E
RGB
CMYK
RGB Variations
Color information
#85536E (or 0x85536E) is known color: Cosmic. HEX triplet: 85, 53 and 6E. RGB value is (133,83,110). Sum of RGB (Red+Green+Blue) = 133+83+110=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 110 (43.36% from 255 or 33.74% from 326); Max value from RGB is 133 - color contains mainly: red. Hex color #85536E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85536E is #7AAC91. Grayscale: #646464. Windows color (decimal): -8039570 or 7230341. OLE color: 7230341.
HSL color Cylindrical-coordinate representation of color #85536E: hue angle of 327.6º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85536E is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 83 | 110 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.48 |
| HSL | 327.6º | 0.23% | 0.42% | - |
| HSV(B) | 327.6º | 0.38% | 0.52% | - |
| XYZ | 15.58 | 12.3 | 16.3 | - |
| YUV | 101.03 | 133.07 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 83 | 110 | 0 | 0.38 | 0.17 | 0.48 | 327.6 | 0.23 | 0.42 |
| Hex | 85 | 53 | 6E | 0 | 26 | 11 | 30 | 148 | 17 | 2A |
| Octal | 205 | 123 | 156 | 0 | 46 | 21 | 60 | 510 | 27 | 52 |
| Binary | 10000101 | 1010011 | 1101110 | 0 | 100110 | 10001 | 110000 | 101001000 | 10111 | 101010 |
Color Harmonies of #85536E
Complementary color
Monochromatic Colors of #85536E
Black with #85536E
Text Example
Text Example
White with #85536E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85536E; }
p { color: rgb(133,83,110); }
H1.HeaderClassName
{
color: #85536E;
}
.AnyTagClassName
{
color: #85536E;
}
</style>
background-color css
<style>
a { background-color: #85536E; }
a { background-color: rgb(133,83,110); }
div.DivClassName
{
background-color: #85536E;
}
.BgClassName
{
background-color: #85536E;
}
</style>
border-color css
<style>
span { border-color: #85536E; }
span { border-color: rgb(133,83,110); }
td.TdClassName
{
border-color: #85536E;
}
.TagClassName
{
border-color: #85536E;
}
</style>