Shades of Patina #659985
Tints of Patina #659985
RGB
CMYK
RGB Variations
Color information
#659985 (or 0x659985) is known color: Patina. HEX triplet: 65, 99 and 85. RGB value is (101,153,133). Sum of RGB (Red+Green+Blue) = 101+153+133=387 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.10% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 153 - color contains mainly: green. Hex color #659985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659985 is #9A667A. Grayscale: #878787. Windows color (decimal): -10118779 or 8755557. OLE color: 8755557.
HSL color Cylindrical-coordinate representation of color #659985: hue angle of 156.92º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #659985 is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 101 | 153 | 133 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.4 |
| HSL | 156.92º | 0.2% | 0.5% | - |
| HSV(B) | 156.92º | 0.34% | 0.6% | - |
| XYZ | 20.99 | 27.24 | 26.34 | - |
| YUV | 135.17 | 126.77 | 103.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 153 | 133 | 0.34 | 0 | 0.13 | 0.4 | 156.92 | 0.2 | 0.5 |
| Hex | 65 | 99 | 85 | 22 | 0 | D | 28 | 9D | 14 | 32 |
| Octal | 145 | 231 | 205 | 42 | 0 | 15 | 50 | 235 | 24 | 62 |
| Binary | 1100101 | 10011001 | 10000101 | 100010 | 0 | 1101 | 101000 | 10011101 | 10100 | 110010 |
Color Harmonies of #659985
Complementary color
Monochromatic Colors of #659985
Black with #659985
Text Example
Text Example
White with #659985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659985; }
p { color: rgb(101,153,133); }
H1.HeaderClassName
{
color: #659985;
}
.AnyTagClassName
{
color: #659985;
}
</style>
background-color css
<style>
a { background-color: #659985; }
a { background-color: rgb(101,153,133); }
div.DivClassName
{
background-color: #659985;
}
.BgClassName
{
background-color: #659985;
}
</style>
border-color css
<style>
span { border-color: #659985; }
span { border-color: rgb(101,153,133); }
td.TdClassName
{
border-color: #659985;
}
.TagClassName
{
border-color: #659985;
}
</style>