Shades of Patina #658A7D
Tints of Patina #658A7D
RGB
CMYK
RGB Variations
Color information
#658A7D (or 0x658A7D) is known color: Patina. HEX triplet: 65, 8A and 7D. RGB value is (101,138,125). Sum of RGB (Red+Green+Blue) = 101+138+125=364 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.75% from 364); Green value is 138 (54.30% from 255 or 37.91% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 138 - color contains mainly: green. Hex color #658A7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658A7D is #9A7582. Grayscale: #7D7D7D. Windows color (decimal): -10122627 or 8227429. OLE color: 8227429.
HSL color Cylindrical-coordinate representation of color #658A7D: hue angle of 158.92º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #658A7D is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 101 | 138 | 125 | - |
| CMYK | 0.27 | 0 | 0.09 | 0.46 |
| HSL | 158.92º | 0.15% | 0.47% | - |
| HSV(B) | 158.92º | 0.27% | 0.54% | - |
| XYZ | 18.16 | 22.42 | 22.77 | - |
| YUV | 125.46 | 127.74 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 138 | 125 | 0.27 | 0 | 0.09 | 0.46 | 158.92 | 0.15 | 0.47 |
| Hex | 65 | 8A | 7D | 1B | 0 | 9 | 2E | 9F | F | 2F |
| Octal | 145 | 212 | 175 | 33 | 0 | 11 | 56 | 237 | 17 | 57 |
| Binary | 1100101 | 10001010 | 1111101 | 11011 | 0 | 1001 | 101110 | 10011111 | 1111 | 101111 |
Color Harmonies of #658A7D
Complementary color
Monochromatic Colors of #658A7D
Black with #658A7D
Text Example
Text Example
White with #658A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658A7D; }
p { color: rgb(101,138,125); }
H1.HeaderClassName
{
color: #658A7D;
}
.AnyTagClassName
{
color: #658A7D;
}
</style>
background-color css
<style>
a { background-color: #658A7D; }
a { background-color: rgb(101,138,125); }
div.DivClassName
{
background-color: #658A7D;
}
.BgClassName
{
background-color: #658A7D;
}
</style>
border-color css
<style>
span { border-color: #658A7D; }
span { border-color: rgb(101,138,125); }
td.TdClassName
{
border-color: #658A7D;
}
.TagClassName
{
border-color: #658A7D;
}
</style>