Shades of Patina #5C8A83
Tints of Patina #5C8A83
RGB
CMYK
RGB Variations
Color information
#5C8A83 (or 0x5C8A83) is known color: Patina. HEX triplet: 5C, 8A and 83. RGB value is (92,138,131). Sum of RGB (Red+Green+Blue) = 92+138+131=361 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.48% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 131 (51.56% from 255 or 36.29% from 361); Max value from RGB is 138 - color contains mainly: green. Hex color #5C8A83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C8A83 is #A3757C. Grayscale: #7B7B7B. Windows color (decimal): -10712445 or 8620636. OLE color: 8620636.
HSL color Cylindrical-coordinate representation of color #5C8A83: hue angle of 170.87º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #5C8A83 is Cyan = 0.33, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 92 | 138 | 131 | - |
| CMYK | 0.33 | 0 | 0.05 | 0.46 |
| HSL | 170.87º | 0.2% | 0.45% | - |
| HSV(B) | 170.87º | 0.33% | 0.54% | - |
| XYZ | 17.6 | 22.09 | 24.81 | - |
| YUV | 123.45 | 132.26 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 138 | 131 | 0.33 | 0 | 0.05 | 0.46 | 170.87 | 0.2 | 0.45 |
| Hex | 5C | 8A | 83 | 21 | 0 | 5 | 2E | AB | 14 | 2D |
| Octal | 134 | 212 | 203 | 41 | 0 | 5 | 56 | 253 | 24 | 55 |
| Binary | 1011100 | 10001010 | 10000011 | 100001 | 0 | 101 | 101110 | 10101011 | 10100 | 101101 |
Color Harmonies of #5C8A83
Complementary color
Monochromatic Colors of #5C8A83
Black with #5C8A83
Text Example
Text Example
White with #5C8A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8A83; }
p { color: rgb(92,138,131); }
H1.HeaderClassName
{
color: #5C8A83;
}
.AnyTagClassName
{
color: #5C8A83;
}
</style>
background-color css
<style>
a { background-color: #5C8A83; }
a { background-color: rgb(92,138,131); }
div.DivClassName
{
background-color: #5C8A83;
}
.BgClassName
{
background-color: #5C8A83;
}
</style>
border-color css
<style>
span { border-color: #5C8A83; }
span { border-color: rgb(92,138,131); }
td.TdClassName
{
border-color: #5C8A83;
}
.TagClassName
{
border-color: #5C8A83;
}
</style>