Shades of Monsoon #858285
Tints of Monsoon #858285
RGB
CMYK
RGB Variations
Color information
#858285 (or 0x858285) is known color: Monsoon. HEX triplet: 85, 82 and 85. RGB value is (133,130,133). Sum of RGB (Red+Green+Blue) = 133+130+133=396 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.59% from 396); Green value is 130 (51.17% from 255 or 32.83% from 396); Blue value is 133 (52.34% from 255 or 33.59% from 396); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #858285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #858285 is #7A7D7A. Grayscale: #838383. Windows color (decimal): -8027515 or 8749701. OLE color: 8749701.
HSL color Cylindrical-coordinate representation of color #858285: hue angle of 300º degrees, saturation: 0.01, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #858285 is Cyan = 0, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
RGB | 133 | 130 | 133 | - |
CMYK | 0 | 0.02 | 0 | 0.48 |
HSL | 300º | 0.01% | 0.52% | - |
HSV(B) | 300º | 0.02% | 0.52% | - |
XYZ | 21.89 | 22.65 | 25.41 | - |
YUV | 131.24 | 128.99 | 129.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 133 | 130 | 133 | 0 | 0.02 | 0 | 0.48 | 300 | 0.01 | 0.52 |
Hex | 85 | 82 | 85 | 0 | 2 | 0 | 30 | 12C | 1 | 34 |
Octal | 205 | 202 | 205 | 0 | 2 | 0 | 60 | 454 | 1 | 64 |
Binary | 10000101 | 10000010 | 10000101 | 0 | 10 | 0 | 110000 | 100101100 | 1 | 110100 |
Color Harmonies of #858285
Complementary color
Monochromatic Colors of #858285
Black with #858285
Text Example
Text Example
White with #858285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858285; }
p { color: rgb(133,130,133); }
H1.HeaderClassName
{
color: #858285;
}
.AnyTagClassName
{
color: #858285;
}
</style>
background-color css
<style>
a { background-color: #858285; }
a { background-color: rgb(133,130,133); }
div.DivClassName
{
background-color: #858285;
}
.BgClassName
{
background-color: #858285;
}
</style>
border-color css
<style>
span { border-color: #858285; }
span { border-color: rgb(133,130,133); }
td.TdClassName
{
border-color: #858285;
}
.TagClassName
{
border-color: #858285;
}
</style>