Shades of Cosmic #85566E
Tints of Cosmic #85566E
RGB
CMYK
RGB Variations
Color information
#85566E (or 0x85566E) is known color: Cosmic. HEX triplet: 85, 56 and 6E. RGB value is (133,86,110). Sum of RGB (Red+Green+Blue) = 133+86+110=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #85566E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85566E is #7AA991. Grayscale: #666666. Windows color (decimal): -8038802 or 7231109. OLE color: 7231109.
HSL color Cylindrical-coordinate representation of color #85566E: hue angle of 329.36º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #85566E is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 86 | 110 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.48 |
| HSL | 329.36º | 0.21% | 0.43% | - |
| HSV(B) | 329.36º | 0.35% | 0.52% | - |
| XYZ | 15.82 | 12.77 | 16.38 | - |
| YUV | 102.79 | 132.07 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 86 | 110 | 0 | 0.35 | 0.17 | 0.48 | 329.36 | 0.21 | 0.43 |
| Hex | 85 | 56 | 6E | 0 | 23 | 11 | 30 | 149 | 15 | 2B |
| Octal | 205 | 126 | 156 | 0 | 43 | 21 | 60 | 511 | 25 | 53 |
| Binary | 10000101 | 1010110 | 1101110 | 0 | 100011 | 10001 | 110000 | 101001001 | 10101 | 101011 |
Color Harmonies of #85566E
Complementary color
Monochromatic Colors of #85566E
Black with #85566E
Text Example
Text Example
White with #85566E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85566E; }
p { color: rgb(133,86,110); }
H1.HeaderClassName
{
color: #85566E;
}
.AnyTagClassName
{
color: #85566E;
}
</style>
background-color css
<style>
a { background-color: #85566E; }
a { background-color: rgb(133,86,110); }
div.DivClassName
{
background-color: #85566E;
}
.BgClassName
{
background-color: #85566E;
}
</style>
border-color css
<style>
span { border-color: #85566E; }
span { border-color: rgb(133,86,110); }
td.TdClassName
{
border-color: #85566E;
}
.TagClassName
{
border-color: #85566E;
}
</style>