Shades of Cosmic #85546C
Tints of Cosmic #85546C
RGB
CMYK
RGB Variations
Color information
#85546C (or 0x85546C) is known color: Cosmic. HEX triplet: 85, 54 and 6C. RGB value is (133,84,108). Sum of RGB (Red+Green+Blue) = 133+84+108=325 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.92% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 133 - color contains mainly: red. Hex color #85546C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85546C is #7AAB93. Grayscale: #656565. Windows color (decimal): -8039316 or 7099525. OLE color: 7099525.
HSL color Cylindrical-coordinate representation of color #85546C: hue angle of 330.61º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #85546C is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 84 | 108 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.48 |
| HSL | 330.61º | 0.23% | 0.43% | - |
| HSV(B) | 330.61º | 0.37% | 0.52% | - |
| XYZ | 15.55 | 12.41 | 15.76 | - |
| YUV | 101.39 | 131.73 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 84 | 108 | 0 | 0.37 | 0.19 | 0.48 | 330.61 | 0.23 | 0.43 |
| Hex | 85 | 54 | 6C | 0 | 25 | 13 | 30 | 14B | 17 | 2B |
| Octal | 205 | 124 | 154 | 0 | 45 | 23 | 60 | 513 | 27 | 53 |
| Binary | 10000101 | 1010100 | 1101100 | 0 | 100101 | 10011 | 110000 | 101001011 | 10111 | 101011 |
Color Harmonies of #85546C
Complementary color
Monochromatic Colors of #85546C
Black with #85546C
Text Example
Text Example
White with #85546C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85546C; }
p { color: rgb(133,84,108); }
H1.HeaderClassName
{
color: #85546C;
}
.AnyTagClassName
{
color: #85546C;
}
</style>
background-color css
<style>
a { background-color: #85546C; }
a { background-color: rgb(133,84,108); }
div.DivClassName
{
background-color: #85546C;
}
.BgClassName
{
background-color: #85546C;
}
</style>
border-color css
<style>
span { border-color: #85546C; }
span { border-color: rgb(133,84,108); }
td.TdClassName
{
border-color: #85546C;
}
.TagClassName
{
border-color: #85546C;
}
</style>