Shades of Patina #658B83
Tints of Patina #658B83
RGB
CMYK
RGB Variations
Color information
#658B83 (or 0x658B83) is known color: Patina. HEX triplet: 65, 8B and 83. RGB value is (101,139,131). Sum of RGB (Red+Green+Blue) = 101+139+131=371 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.22% from 371); Green value is 139 (54.69% from 255 or 37.47% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 139 - color contains mainly: green. Hex color #658B83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658B83 is #9A747C. Grayscale: #7E7E7E. Windows color (decimal): -10122365 or 8620901. OLE color: 8620901.
HSL color Cylindrical-coordinate representation of color #658B83: hue angle of 167.37º 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 #658B83 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 101 | 139 | 131 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.45 |
| HSL | 167.37º | 0.16% | 0.47% | - |
| HSV(B) | 167.37º | 0.27% | 0.55% | - |
| XYZ | 18.7 | 22.87 | 24.9 | - |
| YUV | 126.73 | 130.41 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 139 | 131 | 0.27 | 0 | 0.06 | 0.45 | 167.37 | 0.16 | 0.47 |
| Hex | 65 | 8B | 83 | 1B | 0 | 6 | 2D | A7 | 10 | 2F |
| Octal | 145 | 213 | 203 | 33 | 0 | 6 | 55 | 247 | 20 | 57 |
| Binary | 1100101 | 10001011 | 10000011 | 11011 | 0 | 110 | 101101 | 10100111 | 10000 | 101111 |
Color Harmonies of #658B83
Complementary color
Monochromatic Colors of #658B83
Black with #658B83
Text Example
Text Example
White with #658B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658B83; }
p { color: rgb(101,139,131); }
H1.HeaderClassName
{
color: #658B83;
}
.AnyTagClassName
{
color: #658B83;
}
</style>
background-color css
<style>
a { background-color: #658B83; }
a { background-color: rgb(101,139,131); }
div.DivClassName
{
background-color: #658B83;
}
.BgClassName
{
background-color: #658B83;
}
</style>
border-color css
<style>
span { border-color: #658B83; }
span { border-color: rgb(101,139,131); }
td.TdClassName
{
border-color: #658B83;
}
.TagClassName
{
border-color: #658B83;
}
</style>