Shades of Patina #5C9A80
Tints of Patina #5C9A80
RGB
CMYK
RGB Variations
Color information
#5C9A80 (or 0x5C9A80) is known color: Patina. HEX triplet: 5C, 9A and 80. RGB value is (92,154,128). Sum of RGB (Red+Green+Blue) = 92+154+128=374 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.60% from 374); Green value is 154 (60.55% from 255 or 41.18% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 154 - color contains mainly: green. Hex color #5C9A80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C9A80 is #A3657F. Grayscale: #848484. Windows color (decimal): -10708352 or 8428124. OLE color: 8428124.
HSL color Cylindrical-coordinate representation of color #5C9A80: hue angle of 154.84º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5C9A80 is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 92 | 154 | 128 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.40 |
| HSL | 154.84º | 0.25% | 0.48% | - |
| HSV(B) | 154.84º | 0.4% | 0.6% | - |
| XYZ | 19.87 | 26.95 | 24.58 | - |
| YUV | 132.5 | 125.46 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 154 | 128 | 0.40 | 0 | 0.17 | 0.40 | 154.84 | 0.25 | 0.48 |
| Hex | 5C | 9A | 80 | 28 | 0 | 11 | 28 | 9B | 19 | 30 |
| Octal | 134 | 232 | 200 | 50 | 0 | 21 | 50 | 233 | 31 | 60 |
| Binary | 1011100 | 10011010 | 10000000 | 101000 | 0 | 10001 | 101000 | 10011011 | 11001 | 110000 |
Color Harmonies of #5C9A80
Complementary color
Monochromatic Colors of #5C9A80
Black with #5C9A80
Text Example
Text Example
White with #5C9A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9A80; }
p { color: rgb(92,154,128); }
H1.HeaderClassName
{
color: #5C9A80;
}
.AnyTagClassName
{
color: #5C9A80;
}
</style>
background-color css
<style>
a { background-color: #5C9A80; }
a { background-color: rgb(92,154,128); }
div.DivClassName
{
background-color: #5C9A80;
}
.BgClassName
{
background-color: #5C9A80;
}
</style>
border-color css
<style>
span { border-color: #5C9A80; }
span { border-color: rgb(92,154,128); }
td.TdClassName
{
border-color: #5C9A80;
}
.TagClassName
{
border-color: #5C9A80;
}
</style>