Shades of Padua #85B79E
Tints of Padua #85B79E
RGB
CMYK
RGB Variations
Color information
#85B79E (or 0x85B79E) is known color: Padua. HEX triplet: 85, B7 and 9E. RGB value is (133,183,158). Sum of RGB (Red+Green+Blue) = 133+183+158=474 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.06% from 474); Green value is 183 (71.88% from 255 or 38.61% from 474); Blue value is 158 (62.11% from 255 or 33.33% from 474); Max value from RGB is 183 - color contains mainly: green. Hex color #85B79E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #85B79E is #7A4861. Grayscale: #A5A5A5. Windows color (decimal): -8013922 or 10401669. OLE color: 10401669.
HSL color Cylindrical-coordinate representation of color #85B79E: hue angle of 150º 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 #85B79E is Cyan = 0.27, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 183 | 158 | - |
| CMYK | 0.27 | 0 | 0.14 | 0.28 |
| HSL | 150º | 0.26% | 0.62% | - |
| HSV(B) | 150º | 0.27% | 0.72% | - |
| XYZ | 32.78 | 41.32 | 38.6 | - |
| YUV | 165.2 | 123.94 | 105.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 183 | 158 | 0.27 | 0 | 0.14 | 0.28 | 150 | 0.26 | 0.62 |
| Hex | 85 | B7 | 9E | 1B | 0 | E | 1C | 96 | 1A | 3E |
| Octal | 205 | 267 | 236 | 33 | 0 | 16 | 34 | 226 | 32 | 76 |
| Binary | 10000101 | 10110111 | 10011110 | 11011 | 0 | 1110 | 11100 | 10010110 | 11010 | 111110 |
Color Harmonies of #85B79E
Complementary color
Monochromatic Colors of #85B79E
Black with #85B79E
Text Example
Text Example
White with #85B79E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85B79E; }
p { color: rgb(133,183,158); }
H1.HeaderClassName
{
color: #85B79E;
}
.AnyTagClassName
{
color: #85B79E;
}
</style>
background-color css
<style>
a { background-color: #85B79E; }
a { background-color: rgb(133,183,158); }
div.DivClassName
{
background-color: #85B79E;
}
.BgClassName
{
background-color: #85B79E;
}
</style>
border-color css
<style>
span { border-color: #85B79E; }
span { border-color: rgb(133,183,158); }
td.TdClassName
{
border-color: #85B79E;
}
.TagClassName
{
border-color: #85B79E;
}
</style>