Shades of Padua #859F90
Tints of Padua #859F90
RGB
CMYK
RGB Variations
Color information
#859F90 (or 0x859F90) is known color: Padua. HEX triplet: 85, 9F and 90. RGB value is (133,159,144). Sum of RGB (Red+Green+Blue) = 133+159+144=436 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.50% from 436); Green value is 159 (62.5% from 255 or 36.47% from 436); Blue value is 144 (56.64% from 255 or 33.03% from 436); Max value from RGB is 159 - color contains mainly: green. Hex color #859F90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #859F90 is #7A606F. Grayscale: #959595. Windows color (decimal): -8020080 or 9478021. OLE color: 9478021.
HSL color Cylindrical-coordinate representation of color #859F90: hue angle of 145.38º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #859F90 is Cyan = 0.16, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 133 | 159 | 144 | - |
| CMYK | 0.16 | 0 | 0.09 | 0.38 |
| HSL | 145.38º | 0.12% | 0.57% | - |
| HSV(B) | 145.38º | 0.16% | 0.62% | - |
| XYZ | 27.11 | 31.8 | 31.09 | - |
| YUV | 149.52 | 124.89 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 159 | 144 | 0.16 | 0 | 0.09 | 0.38 | 145.38 | 0.12 | 0.57 |
| Hex | 85 | 9F | 90 | 10 | 0 | 9 | 26 | 91 | C | 39 |
| Octal | 205 | 237 | 220 | 20 | 0 | 11 | 46 | 221 | 14 | 71 |
| Binary | 10000101 | 10011111 | 10010000 | 10000 | 0 | 1001 | 100110 | 10010001 | 1100 | 111001 |
Color Harmonies of #859F90
Complementary color
Monochromatic Colors of #859F90
Black with #859F90
Text Example
Text Example
White with #859F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #859F90; }
p { color: rgb(133,159,144); }
H1.HeaderClassName
{
color: #859F90;
}
.AnyTagClassName
{
color: #859F90;
}
</style>
background-color css
<style>
a { background-color: #859F90; }
a { background-color: rgb(133,159,144); }
div.DivClassName
{
background-color: #859F90;
}
.BgClassName
{
background-color: #859F90;
}
</style>
border-color css
<style>
span { border-color: #859F90; }
span { border-color: rgb(133,159,144); }
td.TdClassName
{
border-color: #859F90;
}
.TagClassName
{
border-color: #859F90;
}
</style>