Shades of Cosmic #85536C
Tints of Cosmic #85536C
RGB
CMYK
RGB Variations
Color information
#85536C (or 0x85536C) is known color: Cosmic. HEX triplet: 85, 53 and 6C. RGB value is (133,83,108). Sum of RGB (Red+Green+Blue) = 133+83+108=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #85536C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85536C is #7AAC93. Grayscale: #646464. Windows color (decimal): -8039572 or 7099269. OLE color: 7099269.
HSL color Cylindrical-coordinate representation of color #85536C: hue angle of 330º 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 #85536C is Cyan = 0, Magento = 0.38, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 83 | 108 | - |
| CMYK | 0 | 0.38 | 0.19 | 0.48 |
| HSL | 330º | 0.23% | 0.42% | - |
| HSV(B) | 330º | 0.38% | 0.52% | - |
| XYZ | 15.47 | 12.26 | 15.74 | - |
| YUV | 100.8 | 132.07 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 83 | 108 | 0 | 0.38 | 0.19 | 0.48 | 330 | 0.23 | 0.42 |
| Hex | 85 | 53 | 6C | 0 | 26 | 13 | 30 | 14A | 17 | 2A |
| Octal | 205 | 123 | 154 | 0 | 46 | 23 | 60 | 512 | 27 | 52 |
| Binary | 10000101 | 1010011 | 1101100 | 0 | 100110 | 10011 | 110000 | 101001010 | 10111 | 101010 |
Color Harmonies of #85536C
Complementary color
Monochromatic Colors of #85536C
Black with #85536C
Text Example
Text Example
White with #85536C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85536C; }
p { color: rgb(133,83,108); }
H1.HeaderClassName
{
color: #85536C;
}
.AnyTagClassName
{
color: #85536C;
}
</style>
background-color css
<style>
a { background-color: #85536C; }
a { background-color: rgb(133,83,108); }
div.DivClassName
{
background-color: #85536C;
}
.BgClassName
{
background-color: #85536C;
}
</style>
border-color css
<style>
span { border-color: #85536C; }
span { border-color: rgb(133,83,108); }
td.TdClassName
{
border-color: #85536C;
}
.TagClassName
{
border-color: #85536C;
}
</style>