Shades of Patina #658B84
Tints of Patina #658B84
RGB
CMYK
RGB Variations
Color information
#658B84 (or 0x658B84) is known color: Patina. HEX triplet: 65, 8B and 84. RGB value is (101,139,132). Sum of RGB (Red+Green+Blue) = 101+139+132=372 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.15% from 372); Green value is 139 (54.69% from 255 or 37.37% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 139 - color contains mainly: green. Hex color #658B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658B84 is #9A747B. Grayscale: #7E7E7E. Windows color (decimal): -10122364 or 8686437. OLE color: 8686437.
HSL color Cylindrical-coordinate representation of color #658B84: hue angle of 168.95º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #658B84 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 139 | 132 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.45 |
| HSL | 168.95º | 0.16% | 0.47% | - |
| HSV(B) | 168.95º | 0.27% | 0.55% | - |
| XYZ | 18.76 | 22.9 | 25.26 | - |
| YUV | 126.84 | 130.91 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 139 | 132 | 0.27 | 0 | 0.05 | 0.45 | 168.95 | 0.16 | 0.47 |
| Hex | 65 | 8B | 84 | 1B | 0 | 5 | 2D | A9 | 10 | 2F |
| Octal | 145 | 213 | 204 | 33 | 0 | 5 | 55 | 251 | 20 | 57 |
| Binary | 1100101 | 10001011 | 10000100 | 11011 | 0 | 101 | 101101 | 10101001 | 10000 | 101111 |
Color Harmonies of #658B84
Complementary color
Monochromatic Colors of #658B84
Black with #658B84
Text Example
Text Example
White with #658B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658B84; }
p { color: rgb(101,139,132); }
H1.HeaderClassName
{
color: #658B84;
}
.AnyTagClassName
{
color: #658B84;
}
</style>
background-color css
<style>
a { background-color: #658B84; }
a { background-color: rgb(101,139,132); }
div.DivClassName
{
background-color: #658B84;
}
.BgClassName
{
background-color: #658B84;
}
</style>
border-color css
<style>
span { border-color: #658B84; }
span { border-color: rgb(101,139,132); }
td.TdClassName
{
border-color: #658B84;
}
.TagClassName
{
border-color: #658B84;
}
</style>