Shades of Patina #5C8881
Tints of Patina #5C8881
RGB
CMYK
RGB Variations
Color information
#5C8881 (or 0x5C8881) is known color: Patina. HEX triplet: 5C, 88 and 81. RGB value is (92,136,129). Sum of RGB (Red+Green+Blue) = 92+136+129=357 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.77% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 136 - color contains mainly: green. Hex color #5C8881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C8881 is #A3777E. Grayscale: #7A7A7A. Windows color (decimal): -10712959 or 8489052. OLE color: 8489052.
HSL color Cylindrical-coordinate representation of color #5C8881: hue angle of 170.45º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5C8881 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 92 | 136 | 129 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.47 |
| HSL | 170.45º | 0.19% | 0.45% | - |
| HSV(B) | 170.45º | 0.32% | 0.53% | - |
| XYZ | 17.18 | 21.47 | 24.01 | - |
| YUV | 122.05 | 131.92 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 136 | 129 | 0.32 | 0 | 0.05 | 0.47 | 170.45 | 0.19 | 0.45 |
| Hex | 5C | 88 | 81 | 20 | 0 | 5 | 2F | AA | 13 | 2D |
| Octal | 134 | 210 | 201 | 40 | 0 | 5 | 57 | 252 | 23 | 55 |
| Binary | 1011100 | 10001000 | 10000001 | 100000 | 0 | 101 | 101111 | 10101010 | 10011 | 101101 |
Color Harmonies of #5C8881
Complementary color
Monochromatic Colors of #5C8881
Black with #5C8881
Text Example
Text Example
White with #5C8881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8881; }
p { color: rgb(92,136,129); }
H1.HeaderClassName
{
color: #5C8881;
}
.AnyTagClassName
{
color: #5C8881;
}
</style>
background-color css
<style>
a { background-color: #5C8881; }
a { background-color: rgb(92,136,129); }
div.DivClassName
{
background-color: #5C8881;
}
.BgClassName
{
background-color: #5C8881;
}
</style>
border-color css
<style>
span { border-color: #5C8881; }
span { border-color: rgb(92,136,129); }
td.TdClassName
{
border-color: #5C8881;
}
.TagClassName
{
border-color: #5C8881;
}
</style>