Shades of Monsoon #85657D
Tints of Monsoon #85657D
RGB
CMYK
RGB Variations
Color information
#85657D (or 0x85657D) is known color: Monsoon. HEX triplet: 85, 65 and 7D. RGB value is (133,101,125). Sum of RGB (Red+Green+Blue) = 133+101+125=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 101 (39.84% from 255 or 28.13% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 133 - color contains mainly: red. Hex color #85657D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85657D is #7A9A82. Grayscale: #717171. Windows color (decimal): -8034947 or 8217989. OLE color: 8217989.
HSL color Cylindrical-coordinate representation of color #85657D: hue angle of 315º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #85657D is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 101 | 125 | - |
| CMYK | 0 | 0.24 | 0.06 | 0.48 |
| HSL | 315º | 0.14% | 0.46% | - |
| HSV(B) | 315º | 0.24% | 0.52% | - |
| XYZ | 18.03 | 15.77 | 21.5 | - |
| YUV | 113.3 | 134.6 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 101 | 125 | 0 | 0.24 | 0.06 | 0.48 | 315 | 0.14 | 0.46 |
| Hex | 85 | 65 | 7D | 0 | 18 | 6 | 30 | 13B | E | 2E |
| Octal | 205 | 145 | 175 | 0 | 30 | 6 | 60 | 473 | 16 | 56 |
| Binary | 10000101 | 1100101 | 1111101 | 0 | 11000 | 110 | 110000 | 100111011 | 1110 | 101110 |
Color Harmonies of #85657D
Complementary color
Monochromatic Colors of #85657D
Black with #85657D
Text Example
Text Example
White with #85657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85657D; }
p { color: rgb(133,101,125); }
H1.HeaderClassName
{
color: #85657D;
}
.AnyTagClassName
{
color: #85657D;
}
</style>
background-color css
<style>
a { background-color: #85657D; }
a { background-color: rgb(133,101,125); }
div.DivClassName
{
background-color: #85657D;
}
.BgClassName
{
background-color: #85657D;
}
</style>
border-color css
<style>
span { border-color: #85657D; }
span { border-color: rgb(133,101,125); }
td.TdClassName
{
border-color: #85657D;
}
.TagClassName
{
border-color: #85657D;
}
</style>