Shades of Padua #85A894
Tints of Padua #85A894
RGB
CMYK
RGB Variations
Color information
#85A894 (or 0x85A894) is known color: Padua. HEX triplet: 85, A8 and 94. RGB value is (133,168,148). Sum of RGB (Red+Green+Blue) = 133+168+148=449 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.62% from 449); Green value is 168 (66.02% from 255 or 37.42% from 449); Blue value is 148 (58.20% from 255 or 32.96% from 449); Max value from RGB is 168 - color contains mainly: green. Hex color #85A894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85A894 is #7A576B. Grayscale: #9B9B9B. Windows color (decimal): -8017772 or 9742469. OLE color: 9742469.
HSL color Cylindrical-coordinate representation of color #85A894: hue angle of 145.71º degrees, saturation: 0.17, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #85A894 is Cyan = 0.21, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 133 | 168 | 148 | - |
| CMYK | 0.21 | 0 | 0.12 | 0.34 |
| HSL | 145.71º | 0.17% | 0.59% | - |
| HSV(B) | 145.71º | 0.21% | 0.66% | - |
| XYZ | 29.02 | 35.13 | 33.27 | - |
| YUV | 155.26 | 123.9 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 168 | 148 | 0.21 | 0 | 0.12 | 0.34 | 145.71 | 0.17 | 0.59 |
| Hex | 85 | A8 | 94 | 15 | 0 | C | 22 | 92 | 11 | 3B |
| Octal | 205 | 250 | 224 | 25 | 0 | 14 | 42 | 222 | 21 | 73 |
| Binary | 10000101 | 10101000 | 10010100 | 10101 | 0 | 1100 | 100010 | 10010010 | 10001 | 111011 |
Color Harmonies of #85A894
Complementary color
Monochromatic Colors of #85A894
Black with #85A894
Text Example
Text Example
White with #85A894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A894; }
p { color: rgb(133,168,148); }
H1.HeaderClassName
{
color: #85A894;
}
.AnyTagClassName
{
color: #85A894;
}
</style>
background-color css
<style>
a { background-color: #85A894; }
a { background-color: rgb(133,168,148); }
div.DivClassName
{
background-color: #85A894;
}
.BgClassName
{
background-color: #85A894;
}
</style>
border-color css
<style>
span { border-color: #85A894; }
span { border-color: rgb(133,168,148); }
td.TdClassName
{
border-color: #85A894;
}
.TagClassName
{
border-color: #85A894;
}
</style>