Shades of Padua #85B89A
Tints of Padua #85B89A
RGB
CMYK
RGB Variations
Color information
#85B89A (or 0x85B89A) is known color: Padua. HEX triplet: 85, B8 and 9A. RGB value is (133,184,154). Sum of RGB (Red+Green+Blue) = 133+184+154=471 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.24% from 471); Green value is 184 (72.27% from 255 or 39.07% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 184 - color contains mainly: green. Hex color #85B89A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B89A is #7A4765. Grayscale: #A5A5A5. Windows color (decimal): -8013670 or 10139781. OLE color: 10139781.
HSL color Cylindrical-coordinate representation of color #85B89A: hue angle of 144.71º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #85B89A is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 184 | 154 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.28 |
| HSL | 144.71º | 0.26% | 0.62% | - |
| HSV(B) | 144.71º | 0.28% | 0.72% | - |
| XYZ | 32.65 | 41.6 | 36.88 | - |
| YUV | 165.33 | 121.6 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 184 | 154 | 0.28 | 0 | 0.16 | 0.28 | 144.71 | 0.26 | 0.62 |
| Hex | 85 | B8 | 9A | 1C | 0 | 10 | 1C | 91 | 1A | 3E |
| Octal | 205 | 270 | 232 | 34 | 0 | 20 | 34 | 221 | 32 | 76 |
| Binary | 10000101 | 10111000 | 10011010 | 11100 | 0 | 10000 | 11100 | 10010001 | 11010 | 111110 |
Color Harmonies of #85B89A
Complementary color
Monochromatic Colors of #85B89A
Black with #85B89A
Text Example
Text Example
White with #85B89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B89A; }
p { color: rgb(133,184,154); }
H1.HeaderClassName
{
color: #85B89A;
}
.AnyTagClassName
{
color: #85B89A;
}
</style>
background-color css
<style>
a { background-color: #85B89A; }
a { background-color: rgb(133,184,154); }
div.DivClassName
{
background-color: #85B89A;
}
.BgClassName
{
background-color: #85B89A;
}
</style>
border-color css
<style>
span { border-color: #85B89A; }
span { border-color: rgb(133,184,154); }
td.TdClassName
{
border-color: #85B89A;
}
.TagClassName
{
border-color: #85B89A;
}
</style>