Shades of Patina #5F947D
Tints of Patina #5F947D
RGB
CMYK
RGB Variations
Color information
#5F947D (or 0x5F947D) is known color: Patina. HEX triplet: 5F, 94 and 7D. RGB value is (95,148,125). Sum of RGB (Red+Green+Blue) = 95+148+125=368 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.82% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 148 - color contains mainly: green. Hex color #5F947D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F947D is #A06B82. Grayscale: #818181. Windows color (decimal): -10513283 or 8229983. OLE color: 8229983.
HSL color Cylindrical-coordinate representation of color #5F947D: hue angle of 153.96º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5F947D is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 95 | 148 | 125 | - |
| CMYK | 0.36 | 0 | 0.16 | 0.42 |
| HSL | 153.96º | 0.22% | 0.48% | - |
| HSV(B) | 153.96º | 0.36% | 0.58% | - |
| XYZ | 19.01 | 25.09 | 23.24 | - |
| YUV | 129.53 | 125.44 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 148 | 125 | 0.36 | 0 | 0.16 | 0.42 | 153.96 | 0.22 | 0.48 |
| Hex | 5F | 94 | 7D | 24 | 0 | 10 | 2A | 9A | 16 | 30 |
| Octal | 137 | 224 | 175 | 44 | 0 | 20 | 52 | 232 | 26 | 60 |
| Binary | 1011111 | 10010100 | 1111101 | 100100 | 0 | 10000 | 101010 | 10011010 | 10110 | 110000 |
Color Harmonies of #5F947D
Complementary color
Monochromatic Colors of #5F947D
Black with #5F947D
Text Example
Text Example
White with #5F947D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F947D; }
p { color: rgb(95,148,125); }
H1.HeaderClassName
{
color: #5F947D;
}
.AnyTagClassName
{
color: #5F947D;
}
</style>
background-color css
<style>
a { background-color: #5F947D; }
a { background-color: rgb(95,148,125); }
div.DivClassName
{
background-color: #5F947D;
}
.BgClassName
{
background-color: #5F947D;
}
</style>
border-color css
<style>
span { border-color: #5F947D; }
span { border-color: rgb(95,148,125); }
td.TdClassName
{
border-color: #5F947D;
}
.TagClassName
{
border-color: #5F947D;
}
</style>