Shades of Patina #5C9082
Tints of Patina #5C9082
RGB
CMYK
RGB Variations
Color information
#5C9082 (or 0x5C9082) is known color: Patina. HEX triplet: 5C, 90 and 82. RGB value is (92,144,130). Sum of RGB (Red+Green+Blue) = 92+144+130=366 (48% of max value = 765). Red value is 92 (36.33% from 255 or 25.14% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 144 - color contains mainly: green. Hex color #5C9082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C9082 is #A36F7D. Grayscale: #7E7E7E. Windows color (decimal): -10710910 or 8556636. OLE color: 8556636.
HSL color Cylindrical-coordinate representation of color #5C9082: hue angle of 163.85º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5C9082 is Cyan = 0.36, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 92 | 144 | 130 | - |
| CMYK | 0.36 | 0 | 0.10 | 0.44 |
| HSL | 163.85º | 0.22% | 0.46% | - |
| HSV(B) | 163.85º | 0.36% | 0.56% | - |
| XYZ | 18.42 | 23.83 | 24.75 | - |
| YUV | 126.86 | 129.77 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 144 | 130 | 0.36 | 0 | 0.10 | 0.44 | 163.85 | 0.22 | 0.46 |
| Hex | 5C | 90 | 82 | 24 | 0 | A | 2C | A4 | 16 | 2E |
| Octal | 134 | 220 | 202 | 44 | 0 | 12 | 54 | 244 | 26 | 56 |
| Binary | 1011100 | 10010000 | 10000010 | 100100 | 0 | 1010 | 101100 | 10100100 | 10110 | 101110 |
Color Harmonies of #5C9082
Complementary color
Monochromatic Colors of #5C9082
Black with #5C9082
Text Example
Text Example
White with #5C9082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C9082; }
p { color: rgb(92,144,130); }
H1.HeaderClassName
{
color: #5C9082;
}
.AnyTagClassName
{
color: #5C9082;
}
</style>
background-color css
<style>
a { background-color: #5C9082; }
a { background-color: rgb(92,144,130); }
div.DivClassName
{
background-color: #5C9082;
}
.BgClassName
{
background-color: #5C9082;
}
</style>
border-color css
<style>
span { border-color: #5C9082; }
span { border-color: rgb(92,144,130); }
td.TdClassName
{
border-color: #5C9082;
}
.TagClassName
{
border-color: #5C9082;
}
</style>