Shades of Padua #85A492
Tints of Padua #85A492
RGB
CMYK
RGB Variations
Color information
#85A492 (or 0x85A492) is known color: Padua. HEX triplet: 85, A4 and 92. RGB value is (133,164,146). Sum of RGB (Red+Green+Blue) = 133+164+146=443 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.02% from 443); Green value is 164 (64.45% from 255 or 37.02% from 443); Blue value is 146 (57.42% from 255 or 32.96% from 443); Max value from RGB is 164 - color contains mainly: green. Hex color #85A492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A492 is #7A5B6D. Grayscale: #989898. Windows color (decimal): -8018798 or 9610373. OLE color: 9610373.
HSL color Cylindrical-coordinate representation of color #85A492: hue angle of 145.16º degrees, saturation: 0.15, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #85A492 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 164 | 146 | - |
| CMYK | 0.19 | 0 | 0.11 | 0.36 |
| HSL | 145.16º | 0.15% | 0.58% | - |
| HSV(B) | 145.16º | 0.19% | 0.64% | - |
| XYZ | 28.14 | 33.61 | 32.2 | - |
| YUV | 152.68 | 124.23 | 113.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 164 | 146 | 0.19 | 0 | 0.11 | 0.36 | 145.16 | 0.15 | 0.58 |
| Hex | 85 | A4 | 92 | 13 | 0 | B | 24 | 91 | F | 3A |
| Octal | 205 | 244 | 222 | 23 | 0 | 13 | 44 | 221 | 17 | 72 |
| Binary | 10000101 | 10100100 | 10010010 | 10011 | 0 | 1011 | 100100 | 10010001 | 1111 | 111010 |
Color Harmonies of #85A492
Complementary color
Monochromatic Colors of #85A492
Black with #85A492
Text Example
Text Example
White with #85A492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A492; }
p { color: rgb(133,164,146); }
H1.HeaderClassName
{
color: #85A492;
}
.AnyTagClassName
{
color: #85A492;
}
</style>
background-color css
<style>
a { background-color: #85A492; }
a { background-color: rgb(133,164,146); }
div.DivClassName
{
background-color: #85A492;
}
.BgClassName
{
background-color: #85A492;
}
</style>
border-color css
<style>
span { border-color: #85A492; }
span { border-color: rgb(133,164,146); }
td.TdClassName
{
border-color: #85A492;
}
.TagClassName
{
border-color: #85A492;
}
</style>