Shades of Cosmic #85586F
Tints of Cosmic #85586F
RGB
CMYK
RGB Variations
Color information
#85586F (or 0x85586F) is known color: Cosmic. HEX triplet: 85, 58 and 6F. RGB value is (133,88,111). Sum of RGB (Red+Green+Blue) = 133+88+111=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #85586F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85586F is #7AA790. Grayscale: #686868. Windows color (decimal): -8038289 or 7297157. OLE color: 7297157.
HSL color Cylindrical-coordinate representation of color #85586F: hue angle of 329.33º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #85586F is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 88 | 111 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.48 |
| HSL | 329.33º | 0.2% | 0.43% | - |
| HSV(B) | 329.33º | 0.34% | 0.52% | - |
| XYZ | 16.03 | 13.11 | 16.73 | - |
| YUV | 104.08 | 131.91 | 148.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 88 | 111 | 0 | 0.34 | 0.17 | 0.48 | 329.33 | 0.2 | 0.43 |
| Hex | 85 | 58 | 6F | 0 | 22 | 11 | 30 | 149 | 14 | 2B |
| Octal | 205 | 130 | 157 | 0 | 42 | 21 | 60 | 511 | 24 | 53 |
| Binary | 10000101 | 1011000 | 1101111 | 0 | 100010 | 10001 | 110000 | 101001001 | 10100 | 101011 |
Color Harmonies of #85586F
Complementary color
Monochromatic Colors of #85586F
Black with #85586F
Text Example
Text Example
White with #85586F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85586F; }
p { color: rgb(133,88,111); }
H1.HeaderClassName
{
color: #85586F;
}
.AnyTagClassName
{
color: #85586F;
}
</style>
background-color css
<style>
a { background-color: #85586F; }
a { background-color: rgb(133,88,111); }
div.DivClassName
{
background-color: #85586F;
}
.BgClassName
{
background-color: #85586F;
}
</style>
border-color css
<style>
span { border-color: #85586F; }
span { border-color: rgb(133,88,111); }
td.TdClassName
{
border-color: #85586F;
}
.TagClassName
{
border-color: #85586F;
}
</style>