Shades of Cosmic #85526F
Tints of Cosmic #85526F
RGB
CMYK
RGB Variations
Color information
#85526F (or 0x85526F) is known color: Cosmic. HEX triplet: 85, 52 and 6F. RGB value is (133,82,111). Sum of RGB (Red+Green+Blue) = 133+82+111=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 133 - color contains mainly: red. Hex color #85526F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85526F is #7AAD90. Grayscale: #646464. Windows color (decimal): -8039825 or 7295621. OLE color: 7295621.
HSL color Cylindrical-coordinate representation of color #85526F: hue angle of 325.88º degrees, saturation: 0.24, 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 #85526F is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 82 | 111 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.48 |
| HSL | 325.88º | 0.24% | 0.42% | - |
| HSV(B) | 325.88º | 0.38% | 0.52% | - |
| XYZ | 15.56 | 12.17 | 16.57 | - |
| YUV | 100.56 | 133.9 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 111 | 0 | 0.38 | 0.17 | 0.48 | 325.88 | 0.24 | 0.42 |
| Hex | 85 | 52 | 6F | 0 | 26 | 11 | 30 | 146 | 18 | 2A |
| Octal | 205 | 122 | 157 | 0 | 46 | 21 | 60 | 506 | 30 | 52 |
| Binary | 10000101 | 1010010 | 1101111 | 0 | 100110 | 10001 | 110000 | 101000110 | 11000 | 101010 |
Color Harmonies of #85526F
Complementary color
Monochromatic Colors of #85526F
Black with #85526F
Text Example
Text Example
White with #85526F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85526F; }
p { color: rgb(133,82,111); }
H1.HeaderClassName
{
color: #85526F;
}
.AnyTagClassName
{
color: #85526F;
}
</style>
background-color css
<style>
a { background-color: #85526F; }
a { background-color: rgb(133,82,111); }
div.DivClassName
{
background-color: #85526F;
}
.BgClassName
{
background-color: #85526F;
}
</style>
border-color css
<style>
span { border-color: #85526F; }
span { border-color: rgb(133,82,111); }
td.TdClassName
{
border-color: #85526F;
}
.TagClassName
{
border-color: #85526F;
}
</style>