Shades of Patina #5F927C
Tints of Patina #5F927C
RGB
CMYK
RGB Variations
Color information
#5F927C (or 0x5F927C) is known color: Patina. HEX triplet: 5F, 92 and 7C. RGB value is (95,146,124). Sum of RGB (Red+Green+Blue) = 95+146+124=365 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.03% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 146 - color contains mainly: green. Hex color #5F927C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F927C is #A06D83. Grayscale: #808080. Windows color (decimal): -10513796 or 8163935. OLE color: 8163935.
HSL color Cylindrical-coordinate representation of color #5F927C: hue angle of 154.12º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5F927C is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 95 | 146 | 124 | - |
| CMYK | 0.35 | 0 | 0.15 | 0.43 |
| HSL | 154.12º | 0.21% | 0.47% | - |
| HSV(B) | 154.12º | 0.35% | 0.57% | - |
| XYZ | 18.64 | 24.45 | 22.81 | - |
| YUV | 128.24 | 125.6 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 146 | 124 | 0.35 | 0 | 0.15 | 0.43 | 154.12 | 0.21 | 0.47 |
| Hex | 5F | 92 | 7C | 23 | 0 | F | 2B | 9A | 15 | 2F |
| Octal | 137 | 222 | 174 | 43 | 0 | 17 | 53 | 232 | 25 | 57 |
| Binary | 1011111 | 10010010 | 1111100 | 100011 | 0 | 1111 | 101011 | 10011010 | 10101 | 101111 |
Color Harmonies of #5F927C
Complementary color
Monochromatic Colors of #5F927C
Black with #5F927C
Text Example
Text Example
White with #5F927C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F927C; }
p { color: rgb(95,146,124); }
H1.HeaderClassName
{
color: #5F927C;
}
.AnyTagClassName
{
color: #5F927C;
}
</style>
background-color css
<style>
a { background-color: #5F927C; }
a { background-color: rgb(95,146,124); }
div.DivClassName
{
background-color: #5F927C;
}
.BgClassName
{
background-color: #5F927C;
}
</style>
border-color css
<style>
span { border-color: #5F927C; }
span { border-color: rgb(95,146,124); }
td.TdClassName
{
border-color: #5F927C;
}
.TagClassName
{
border-color: #5F927C;
}
</style>