Shades of Patina #5C927E
Tints of Patina #5C927E
RGB
CMYK
RGB Variations
Color information
#5C927E (or 0x5C927E) is known color: Patina. HEX triplet: 5C, 92 and 7E. RGB value is (92,146,126). Sum of RGB (Red+Green+Blue) = 92+146+126=364 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.27% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 146 - color contains mainly: green. Hex color #5C927E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C927E is #A36D81. Grayscale: #7F7F7F. Windows color (decimal): -10710402 or 8295004. OLE color: 8295004.
HSL color Cylindrical-coordinate representation of color #5C927E: hue angle of 157.78º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5C927E is Cyan = 0.37, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 92 | 146 | 126 | - |
| CMYK | 0.37 | 0 | 0.14 | 0.43 |
| HSL | 157.78º | 0.23% | 0.47% | - |
| HSV(B) | 157.78º | 0.37% | 0.57% | - |
| XYZ | 18.46 | 24.34 | 23.46 | - |
| YUV | 127.57 | 127.11 | 102.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 146 | 126 | 0.37 | 0 | 0.14 | 0.43 | 157.78 | 0.23 | 0.47 |
| Hex | 5C | 92 | 7E | 25 | 0 | E | 2B | 9E | 17 | 2F |
| Octal | 134 | 222 | 176 | 45 | 0 | 16 | 53 | 236 | 27 | 57 |
| Binary | 1011100 | 10010010 | 1111110 | 100101 | 0 | 1110 | 101011 | 10011110 | 10111 | 101111 |
Color Harmonies of #5C927E
Complementary color
Monochromatic Colors of #5C927E
Black with #5C927E
Text Example
Text Example
White with #5C927E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C927E; }
p { color: rgb(92,146,126); }
H1.HeaderClassName
{
color: #5C927E;
}
.AnyTagClassName
{
color: #5C927E;
}
</style>
background-color css
<style>
a { background-color: #5C927E; }
a { background-color: rgb(92,146,126); }
div.DivClassName
{
background-color: #5C927E;
}
.BgClassName
{
background-color: #5C927E;
}
</style>
border-color css
<style>
span { border-color: #5C927E; }
span { border-color: rgb(92,146,126); }
td.TdClassName
{
border-color: #5C927E;
}
.TagClassName
{
border-color: #5C927E;
}
</style>