Shades of Padua #85A393
Tints of Padua #85A393
RGB
CMYK
RGB Variations
Color information
#85A393 (or 0x85A393) is known color: Padua. HEX triplet: 85, A3 and 93. RGB value is (133,163,147). Sum of RGB (Red+Green+Blue) = 133+163+147=443 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.02% from 443); Green value is 163 (64.06% from 255 or 36.79% from 443); Blue value is 147 (57.81% from 255 or 33.18% from 443); Max value from RGB is 163 - color contains mainly: green. Hex color #85A393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A393 is #7A5C6C. Grayscale: #989898. Windows color (decimal): -8019053 or 9675653. OLE color: 9675653.
HSL color Cylindrical-coordinate representation of color #85A393: hue angle of 148º degrees, saturation: 0.14, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #85A393 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 163 | 147 | - |
| CMYK | 0.18 | 0 | 0.10 | 0.36 |
| HSL | 148º | 0.14% | 0.58% | - |
| HSV(B) | 148º | 0.18% | 0.64% | - |
| XYZ | 28.04 | 33.29 | 32.55 | - |
| YUV | 152.21 | 125.06 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 163 | 147 | 0.18 | 0 | 0.10 | 0.36 | 148 | 0.14 | 0.58 |
| Hex | 85 | A3 | 93 | 12 | 0 | A | 24 | 94 | E | 3A |
| Octal | 205 | 243 | 223 | 22 | 0 | 12 | 44 | 224 | 16 | 72 |
| Binary | 10000101 | 10100011 | 10010011 | 10010 | 0 | 1010 | 100100 | 10010100 | 1110 | 111010 |
Color Harmonies of #85A393
Complementary color
Monochromatic Colors of #85A393
Black with #85A393
Text Example
Text Example
White with #85A393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A393; }
p { color: rgb(133,163,147); }
H1.HeaderClassName
{
color: #85A393;
}
.AnyTagClassName
{
color: #85A393;
}
</style>
background-color css
<style>
a { background-color: #85A393; }
a { background-color: rgb(133,163,147); }
div.DivClassName
{
background-color: #85A393;
}
.BgClassName
{
background-color: #85A393;
}
</style>
border-color css
<style>
span { border-color: #85A393; }
span { border-color: rgb(133,163,147); }
td.TdClassName
{
border-color: #85A393;
}
.TagClassName
{
border-color: #85A393;
}
</style>