Shades of Wasabi #858F52
Tints of Wasabi #858F52
RGB
CMYK
RGB Variations
Color information
#858F52 (or 0x858F52) is known color: Wasabi. HEX triplet: 85, 8F and 52. RGB value is (133,143,82). Sum of RGB (Red+Green+Blue) = 133+143+82=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 143 (56.25% from 255 or 39.94% from 358); Blue value is 82 (32.42% from 255 or 22.91% from 358); Max value from RGB is 143 - color contains mainly: green. Hex color #858F52 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858F52 is #7A70AD. Grayscale: #858585. Windows color (decimal): -8024238 or 5410693. OLE color: 5410693.
HSL color Cylindrical-coordinate representation of color #858F52: hue angle of 69.84º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #858F52 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 143 | 82 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.44 |
| HSL | 69.84º | 0.27% | 0.44% | - |
| HSV(B) | 69.84º | 0.43% | 0.56% | - |
| XYZ | 21.02 | 25.24 | 11.75 | - |
| YUV | 133.06 | 99.19 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 143 | 82 | 0.07 | 0 | 0.43 | 0.44 | 69.84 | 0.27 | 0.44 |
| Hex | 85 | 8F | 52 | 7 | 0 | 2B | 2C | 46 | 1B | 2C |
| Octal | 205 | 217 | 122 | 7 | 0 | 53 | 54 | 106 | 33 | 54 |
| Binary | 10000101 | 10001111 | 1010010 | 111 | 0 | 101011 | 101100 | 1000110 | 11011 | 101100 |
Color Harmonies of #858F52
Complementary color
Monochromatic Colors of #858F52
Black with #858F52
Text Example
Text Example
White with #858F52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #858F52; }
p { color: rgb(133,143,82); }
H1.HeaderClassName
{
color: #858F52;
}
.AnyTagClassName
{
color: #858F52;
}
</style>
background-color css
<style>
a { background-color: #858F52; }
a { background-color: rgb(133,143,82); }
div.DivClassName
{
background-color: #858F52;
}
.BgClassName
{
background-color: #858F52;
}
</style>
border-color css
<style>
span { border-color: #858F52; }
span { border-color: rgb(133,143,82); }
td.TdClassName
{
border-color: #858F52;
}
.TagClassName
{
border-color: #858F52;
}
</style>