Shades of Patina #5C8B80
Tints of Patina #5C8B80
RGB
CMYK
RGB Variations
Color information
#5C8B80 (or 0x5C8B80) is known color: Patina. HEX triplet: 5C, 8B and 80. RGB value is (92,139,128). Sum of RGB (Red+Green+Blue) = 92+139+128=359 (47% of max value = 765). Red value is 92 (36.33% from 255 or 25.63% from 359); Green value is 139 (54.69% from 255 or 38.72% from 359); Blue value is 128 (50.39% from 255 or 35.65% from 359); Max value from RGB is 139 - color contains mainly: green. Hex color #5C8B80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5C8B80 is #A3747F. Grayscale: #7B7B7B. Windows color (decimal): -10712192 or 8424284. OLE color: 8424284.
HSL color Cylindrical-coordinate representation of color #5C8B80: hue angle of 165.96º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #5C8B80 is Cyan = 0.34, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 92 | 139 | 128 | - |
| CMYK | 0.34 | 0 | 0.08 | 0.45 |
| HSL | 165.96º | 0.2% | 0.45% | - |
| HSV(B) | 165.96º | 0.34% | 0.55% | - |
| XYZ | 17.54 | 22.3 | 23.8 | - |
| YUV | 123.69 | 130.43 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 139 | 128 | 0.34 | 0 | 0.08 | 0.45 | 165.96 | 0.2 | 0.45 |
| Hex | 5C | 8B | 80 | 22 | 0 | 8 | 2D | A6 | 14 | 2D |
| Octal | 134 | 213 | 200 | 42 | 0 | 10 | 55 | 246 | 24 | 55 |
| Binary | 1011100 | 10001011 | 10000000 | 100010 | 0 | 1000 | 101101 | 10100110 | 10100 | 101101 |
Color Harmonies of #5C8B80
Complementary color
Monochromatic Colors of #5C8B80
Black with #5C8B80
Text Example
Text Example
White with #5C8B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8B80; }
p { color: rgb(92,139,128); }
H1.HeaderClassName
{
color: #5C8B80;
}
.AnyTagClassName
{
color: #5C8B80;
}
</style>
background-color css
<style>
a { background-color: #5C8B80; }
a { background-color: rgb(92,139,128); }
div.DivClassName
{
background-color: #5C8B80;
}
.BgClassName
{
background-color: #5C8B80;
}
</style>
border-color css
<style>
span { border-color: #5C8B80; }
span { border-color: rgb(92,139,128); }
td.TdClassName
{
border-color: #5C8B80;
}
.TagClassName
{
border-color: #5C8B80;
}
</style>