Shades of Patina #5A988B
Tints of Patina #5A988B
RGB
CMYK
RGB Variations
Color information
#5A988B (or 0x5A988B) is known color: Patina. HEX triplet: 5A, 98 and 8B. RGB value is (90,152,139). Sum of RGB (Red+Green+Blue) = 90+152+139=381 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.62% from 381); Green value is 152 (59.77% from 255 or 39.90% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 152 - color contains mainly: green. Hex color #5A988B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A988B is #A56774. Grayscale: #838383. Windows color (decimal): -10839925 or 9148506. OLE color: 9148506.
HSL color Cylindrical-coordinate representation of color #5A988B: hue angle of 167.42º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A988B is Cyan = 0.41, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 90 | 152 | 139 | - |
| CMYK | 0.41 | 0 | 0.09 | 0.40 |
| HSL | 167.42º | 0.26% | 0.47% | - |
| HSV(B) | 167.42º | 0.41% | 0.6% | - |
| XYZ | 20.1 | 26.49 | 28.48 | - |
| YUV | 131.98 | 131.96 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 152 | 139 | 0.41 | 0 | 0.09 | 0.40 | 167.42 | 0.26 | 0.47 |
| Hex | 5A | 98 | 8B | 29 | 0 | 9 | 28 | A7 | 1A | 2F |
| Octal | 132 | 230 | 213 | 51 | 0 | 11 | 50 | 247 | 32 | 57 |
| Binary | 1011010 | 10011000 | 10001011 | 101001 | 0 | 1001 | 101000 | 10100111 | 11010 | 101111 |
Color Harmonies of #5A988B
Complementary color
Monochromatic Colors of #5A988B
Black with #5A988B
Text Example
Text Example
White with #5A988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A988B; }
p { color: rgb(90,152,139); }
H1.HeaderClassName
{
color: #5A988B;
}
.AnyTagClassName
{
color: #5A988B;
}
</style>
background-color css
<style>
a { background-color: #5A988B; }
a { background-color: rgb(90,152,139); }
div.DivClassName
{
background-color: #5A988B;
}
.BgClassName
{
background-color: #5A988B;
}
</style>
border-color css
<style>
span { border-color: #5A988B; }
span { border-color: rgb(90,152,139); }
td.TdClassName
{
border-color: #5A988B;
}
.TagClassName
{
border-color: #5A988B;
}
</style>