Shades of Patina #659884
Tints of Patina #659884
RGB
CMYK
RGB Variations
Color information
#659884 (or 0x659884) is known color: Patina. HEX triplet: 65, 98 and 84. RGB value is (101,152,132). Sum of RGB (Red+Green+Blue) = 101+152+132=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 152 - color contains mainly: green. Hex color #659884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659884 is #9A677B. Grayscale: #868686. Windows color (decimal): -10119036 or 8689765. OLE color: 8689765.
HSL color Cylindrical-coordinate representation of color #659884: hue angle of 156.47º 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 #659884 is Cyan = 0.34, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 101 | 152 | 132 | - |
| CMYK | 0.34 | 0 | 0.13 | 0.40 |
| HSL | 156.47º | 0.2% | 0.5% | - |
| HSV(B) | 156.47º | 0.34% | 0.6% | - |
| XYZ | 20.76 | 26.89 | 25.93 | - |
| YUV | 134.47 | 126.6 | 104.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 152 | 132 | 0.34 | 0 | 0.13 | 0.40 | 156.47 | 0.2 | 0.5 |
| Hex | 65 | 98 | 84 | 22 | 0 | D | 28 | 9C | 14 | 32 |
| Octal | 145 | 230 | 204 | 42 | 0 | 15 | 50 | 234 | 24 | 62 |
| Binary | 1100101 | 10011000 | 10000100 | 100010 | 0 | 1101 | 101000 | 10011100 | 10100 | 110010 |
Color Harmonies of #659884
Complementary color
Monochromatic Colors of #659884
Black with #659884
Text Example
Text Example
White with #659884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659884; }
p { color: rgb(101,152,132); }
H1.HeaderClassName
{
color: #659884;
}
.AnyTagClassName
{
color: #659884;
}
</style>
background-color css
<style>
a { background-color: #659884; }
a { background-color: rgb(101,152,132); }
div.DivClassName
{
background-color: #659884;
}
.BgClassName
{
background-color: #659884;
}
</style>
border-color css
<style>
span { border-color: #659884; }
span { border-color: rgb(101,152,132); }
td.TdClassName
{
border-color: #659884;
}
.TagClassName
{
border-color: #659884;
}
</style>