Shades of Patina #5A9B80
Tints of Patina #5A9B80
RGB
CMYK
RGB Variations
Color information
#5A9B80 (or 0x5A9B80) is known color: Patina. HEX triplet: 5A, 9B and 80. RGB value is (90,155,128). Sum of RGB (Red+Green+Blue) = 90+155+128=373 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.13% from 373); Green value is 155 (60.94% from 255 or 41.55% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 155 - color contains mainly: green. Hex color #5A9B80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A9B80 is #A5647F. Grayscale: #848484. Windows color (decimal): -10839168 or 8428378. OLE color: 8428378.
HSL color Cylindrical-coordinate representation of color #5A9B80: hue angle of 155.08º 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 #5A9B80 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 90 | 155 | 128 | - |
| CMYK | 0.42 | 0 | 0.17 | 0.39 |
| HSL | 155.08º | 0.27% | 0.48% | - |
| HSV(B) | 155.08º | 0.42% | 0.61% | - |
| XYZ | 19.83 | 27.17 | 24.62 | - |
| YUV | 132.49 | 125.47 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 155 | 128 | 0.42 | 0 | 0.17 | 0.39 | 155.08 | 0.27 | 0.48 |
| Hex | 5A | 9B | 80 | 2A | 0 | 11 | 27 | 9B | 1B | 30 |
| Octal | 132 | 233 | 200 | 52 | 0 | 21 | 47 | 233 | 33 | 60 |
| Binary | 1011010 | 10011011 | 10000000 | 101010 | 0 | 10001 | 100111 | 10011011 | 11011 | 110000 |
Color Harmonies of #5A9B80
Complementary color
Monochromatic Colors of #5A9B80
Black with #5A9B80
Text Example
Text Example
White with #5A9B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9B80; }
p { color: rgb(90,155,128); }
H1.HeaderClassName
{
color: #5A9B80;
}
.AnyTagClassName
{
color: #5A9B80;
}
</style>
background-color css
<style>
a { background-color: #5A9B80; }
a { background-color: rgb(90,155,128); }
div.DivClassName
{
background-color: #5A9B80;
}
.BgClassName
{
background-color: #5A9B80;
}
</style>
border-color css
<style>
span { border-color: #5A9B80; }
span { border-color: rgb(90,155,128); }
td.TdClassName
{
border-color: #5A9B80;
}
.TagClassName
{
border-color: #5A9B80;
}
</style>