Shades of Patina #659C88
Tints of Patina #659C88
RGB
CMYK
RGB Variations
Color information
#659C88 (or 0x659C88) is known color: Patina. HEX triplet: 65, 9C and 88. RGB value is (101,156,136). Sum of RGB (Red+Green+Blue) = 101+156+136=393 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.70% from 393); Green value is 156 (61.33% from 255 or 39.69% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 156 - color contains mainly: green. Hex color #659C88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659C88 is #9A6377. Grayscale: #898989. Windows color (decimal): -10118008 or 8952933. OLE color: 8952933.
HSL color Cylindrical-coordinate representation of color #659C88: hue angle of 158.18º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #659C88 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 101 | 156 | 136 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.39 |
| HSL | 158.18º | 0.22% | 0.5% | - |
| HSV(B) | 158.18º | 0.35% | 0.61% | - |
| XYZ | 21.7 | 28.32 | 27.62 | - |
| YUV | 137.28 | 127.28 | 102.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 156 | 136 | 0.35 | 0 | 0.13 | 0.39 | 158.18 | 0.22 | 0.5 |
| Hex | 65 | 9C | 88 | 23 | 0 | D | 27 | 9E | 16 | 32 |
| Octal | 145 | 234 | 210 | 43 | 0 | 15 | 47 | 236 | 26 | 62 |
| Binary | 1100101 | 10011100 | 10001000 | 100011 | 0 | 1101 | 100111 | 10011110 | 10110 | 110010 |
Color Harmonies of #659C88
Complementary color
Monochromatic Colors of #659C88
Black with #659C88
Text Example
Text Example
White with #659C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659C88; }
p { color: rgb(101,156,136); }
H1.HeaderClassName
{
color: #659C88;
}
.AnyTagClassName
{
color: #659C88;
}
</style>
background-color css
<style>
a { background-color: #659C88; }
a { background-color: rgb(101,156,136); }
div.DivClassName
{
background-color: #659C88;
}
.BgClassName
{
background-color: #659C88;
}
</style>
border-color css
<style>
span { border-color: #659C88; }
span { border-color: rgb(101,156,136); }
td.TdClassName
{
border-color: #659C88;
}
.TagClassName
{
border-color: #659C88;
}
</style>