Shades of Padua #85B7A0
Tints of Padua #85B7A0
RGB
CMYK
RGB Variations
Color information
#85B7A0 (or 0x85B7A0) is known color: Padua. HEX triplet: 85, B7 and A0. RGB value is (133,183,160). Sum of RGB (Red+Green+Blue) = 133+183+160=476 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.94% from 476); Green value is 183 (71.88% from 255 or 38.45% from 476); Blue value is 160 (62.89% from 255 or 33.61% from 476); Max value from RGB is 183 - color contains mainly: green. Hex color #85B7A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B7A0 is #7A485F. Grayscale: #A5A5A5. Windows color (decimal): -8013920 or 10532741. OLE color: 10532741.
HSL color Cylindrical-coordinate representation of color #85B7A0: hue angle of 152.4º degrees, saturation: 0.26, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #85B7A0 is Cyan = 0.27, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 183 | 160 | - |
| CMYK | 0.27 | 0 | 0.13 | 0.28 |
| HSL | 152.4º | 0.26% | 0.62% | - |
| HSV(B) | 152.4º | 0.27% | 0.72% | - |
| XYZ | 32.95 | 41.39 | 39.51 | - |
| YUV | 165.43 | 124.94 | 104.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 183 | 160 | 0.27 | 0 | 0.13 | 0.28 | 152.4 | 0.26 | 0.62 |
| Hex | 85 | B7 | A0 | 1B | 0 | D | 1C | 98 | 1A | 3E |
| Octal | 205 | 267 | 240 | 33 | 0 | 15 | 34 | 230 | 32 | 76 |
| Binary | 10000101 | 10110111 | 10100000 | 11011 | 0 | 1101 | 11100 | 10011000 | 11010 | 111110 |
Color Harmonies of #85B7A0
Complementary color
Monochromatic Colors of #85B7A0
Black with #85B7A0
Text Example
Text Example
White with #85B7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B7A0; }
p { color: rgb(133,183,160); }
H1.HeaderClassName
{
color: #85B7A0;
}
.AnyTagClassName
{
color: #85B7A0;
}
</style>
background-color css
<style>
a { background-color: #85B7A0; }
a { background-color: rgb(133,183,160); }
div.DivClassName
{
background-color: #85B7A0;
}
.BgClassName
{
background-color: #85B7A0;
}
</style>
border-color css
<style>
span { border-color: #85B7A0; }
span { border-color: rgb(133,183,160); }
td.TdClassName
{
border-color: #85B7A0;
}
.TagClassName
{
border-color: #85B7A0;
}
</style>