Shades of Patina #659883
Tints of Patina #659883
RGB
CMYK
RGB Variations
Color information
#659883 (or 0x659883) is known color: Patina. HEX triplet: 65, 98 and 83. RGB value is (101,152,131). Sum of RGB (Red+Green+Blue) = 101+152+131=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 152 (59.77% from 255 or 39.58% from 384); Blue value is 131 (51.56% from 255 or 34.11% from 384); Max value from RGB is 152 - color contains mainly: green. Hex color #659883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #659883 is #9A677C. Grayscale: #868686. Windows color (decimal): -10119037 or 8624229. OLE color: 8624229.
HSL color Cylindrical-coordinate representation of color #659883: hue angle of 155.29º 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 #659883 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 101 | 152 | 131 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.40 |
| HSL | 155.29º | 0.2% | 0.5% | - |
| HSV(B) | 155.29º | 0.34% | 0.6% | - |
| XYZ | 20.69 | 26.86 | 25.57 | - |
| YUV | 134.36 | 126.1 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 152 | 131 | 0.34 | 0 | 0.14 | 0.40 | 155.29 | 0.2 | 0.5 |
| Hex | 65 | 98 | 83 | 22 | 0 | E | 28 | 9B | 14 | 32 |
| Octal | 145 | 230 | 203 | 42 | 0 | 16 | 50 | 233 | 24 | 62 |
| Binary | 1100101 | 10011000 | 10000011 | 100010 | 0 | 1110 | 101000 | 10011011 | 10100 | 110010 |
Color Harmonies of #659883
Complementary color
Monochromatic Colors of #659883
Black with #659883
Text Example
Text Example
White with #659883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #659883; }
p { color: rgb(101,152,131); }
H1.HeaderClassName
{
color: #659883;
}
.AnyTagClassName
{
color: #659883;
}
</style>
background-color css
<style>
a { background-color: #659883; }
a { background-color: rgb(101,152,131); }
div.DivClassName
{
background-color: #659883;
}
.BgClassName
{
background-color: #659883;
}
</style>
border-color css
<style>
span { border-color: #659883; }
span { border-color: rgb(101,152,131); }
td.TdClassName
{
border-color: #659883;
}
.TagClassName
{
border-color: #659883;
}
</style>