Shades of Patina #659D88
Tints of Patina #659D88
RGB
CMYK
RGB Variations
Color information
#659D88 (or 0x659D88) is known color: Patina. HEX triplet: 65, 9D and 88. RGB value is (101,157,136). Sum of RGB (Red+Green+Blue) = 101+157+136=394 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.63% from 394); Green value is 157 (61.72% from 255 or 39.85% from 394); Blue value is 136 (53.52% from 255 or 34.52% from 394); Max value from RGB is 157 - color contains mainly: green. Hex color #659D88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659D88 is #9A6277. Grayscale: #898989. Windows color (decimal): -10117752 or 8953189. OLE color: 8953189.
HSL color Cylindrical-coordinate representation of color #659D88: hue angle of 157.5º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #659D88 is Cyan = 0.36, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 101 | 157 | 136 | - |
| CMYK | 0.36 | 0 | 0.13 | 0.38 |
| HSL | 157.5º | 0.22% | 0.51% | - |
| HSV(B) | 157.5º | 0.36% | 0.62% | - |
| XYZ | 21.87 | 28.66 | 27.67 | - |
| YUV | 137.86 | 126.95 | 101.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 157 | 136 | 0.36 | 0 | 0.13 | 0.38 | 157.5 | 0.22 | 0.51 |
| Hex | 65 | 9D | 88 | 24 | 0 | D | 26 | 9E | 16 | 33 |
| Octal | 145 | 235 | 210 | 44 | 0 | 15 | 46 | 236 | 26 | 63 |
| Binary | 1100101 | 10011101 | 10001000 | 100100 | 0 | 1101 | 100110 | 10011110 | 10110 | 110011 |
Color Harmonies of #659D88
Complementary color
Monochromatic Colors of #659D88
Black with #659D88
Text Example
Text Example
White with #659D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659D88; }
p { color: rgb(101,157,136); }
H1.HeaderClassName
{
color: #659D88;
}
.AnyTagClassName
{
color: #659D88;
}
</style>
background-color css
<style>
a { background-color: #659D88; }
a { background-color: rgb(101,157,136); }
div.DivClassName
{
background-color: #659D88;
}
.BgClassName
{
background-color: #659D88;
}
</style>
border-color css
<style>
span { border-color: #659D88; }
span { border-color: rgb(101,157,136); }
td.TdClassName
{
border-color: #659D88;
}
.TagClassName
{
border-color: #659D88;
}
</style>