Shades of Patina #5A9B88
Tints of Patina #5A9B88
RGB
CMYK
RGB Variations
Color information
#5A9B88 (or 0x5A9B88) is known color: Patina. HEX triplet: 5A, 9B and 88. RGB value is (90,155,136). Sum of RGB (Red+Green+Blue) = 90+155+136=381 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.62% from 381); Green value is 155 (60.94% from 255 or 40.68% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 155 - color contains mainly: green. Hex color #5A9B88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A9B88 is #A56477. Grayscale: #858585. Windows color (decimal): -10839160 or 8952666. OLE color: 8952666.
HSL color Cylindrical-coordinate representation of color #5A9B88: hue angle of 162.46º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A9B88 is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 90 | 155 | 136 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.39 |
| HSL | 162.46º | 0.27% | 0.48% | - |
| HSV(B) | 162.46º | 0.42% | 0.61% | - |
| XYZ | 20.38 | 27.39 | 27.51 | - |
| YUV | 133.4 | 129.47 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 155 | 136 | 0.42 | 0 | 0.12 | 0.39 | 162.46 | 0.27 | 0.48 |
| Hex | 5A | 9B | 88 | 2A | 0 | C | 27 | A2 | 1B | 30 |
| Octal | 132 | 233 | 210 | 52 | 0 | 14 | 47 | 242 | 33 | 60 |
| Binary | 1011010 | 10011011 | 10001000 | 101010 | 0 | 1100 | 100111 | 10100010 | 11011 | 110000 |
Color Harmonies of #5A9B88
Complementary color
Monochromatic Colors of #5A9B88
Black with #5A9B88
Text Example
Text Example
White with #5A9B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9B88; }
p { color: rgb(90,155,136); }
H1.HeaderClassName
{
color: #5A9B88;
}
.AnyTagClassName
{
color: #5A9B88;
}
</style>
background-color css
<style>
a { background-color: #5A9B88; }
a { background-color: rgb(90,155,136); }
div.DivClassName
{
background-color: #5A9B88;
}
.BgClassName
{
background-color: #5A9B88;
}
</style>
border-color css
<style>
span { border-color: #5A9B88; }
span { border-color: rgb(90,155,136); }
td.TdClassName
{
border-color: #5A9B88;
}
.TagClassName
{
border-color: #5A9B88;
}
</style>