Shades of Patina #5CA088
Tints of Patina #5CA088
RGB
CMYK
RGB Variations
Color information
#5CA088 (or 0x5CA088) is known color: Patina. HEX triplet: 5C, A0 and 88. RGB value is (92,160,136). Sum of RGB (Red+Green+Blue) = 92+160+136=388 (51% of max value = 765). Red value is 92 (36.33% from 255 or 23.71% from 388); Green value is 160 (62.89% from 255 or 41.24% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 160 - color contains mainly: green. Hex color #5CA088 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CA088 is #A35F77. Grayscale: #888888. Windows color (decimal): -10706808 or 8953948. OLE color: 8953948.
HSL color Cylindrical-coordinate representation of color #5CA088: hue angle of 158.82º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5CA088 is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 92 | 160 | 136 | - |
| CMYK | 0.43 | 0 | 0.15 | 0.37 |
| HSL | 158.82º | 0.27% | 0.49% | - |
| HSV(B) | 158.82º | 0.43% | 0.63% | - |
| XYZ | 21.43 | 29.19 | 27.8 | - |
| YUV | 136.93 | 127.47 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 160 | 136 | 0.43 | 0 | 0.15 | 0.37 | 158.82 | 0.27 | 0.49 |
| Hex | 5C | A0 | 88 | 2B | 0 | F | 25 | 9F | 1B | 31 |
| Octal | 134 | 240 | 210 | 53 | 0 | 17 | 45 | 237 | 33 | 61 |
| Binary | 1011100 | 10100000 | 10001000 | 101011 | 0 | 1111 | 100101 | 10011111 | 11011 | 110001 |
Color Harmonies of #5CA088
Complementary color
Monochromatic Colors of #5CA088
Black with #5CA088
Text Example
Text Example
White with #5CA088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CA088; }
p { color: rgb(92,160,136); }
H1.HeaderClassName
{
color: #5CA088;
}
.AnyTagClassName
{
color: #5CA088;
}
</style>
background-color css
<style>
a { background-color: #5CA088; }
a { background-color: rgb(92,160,136); }
div.DivClassName
{
background-color: #5CA088;
}
.BgClassName
{
background-color: #5CA088;
}
</style>
border-color css
<style>
span { border-color: #5CA088; }
span { border-color: rgb(92,160,136); }
td.TdClassName
{
border-color: #5CA088;
}
.TagClassName
{
border-color: #5CA088;
}
</style>