Shades of Patina #5A998F
Tints of Patina #5A998F
RGB
CMYK
RGB Variations
Color information
#5A998F (or 0x5A998F) is known color: Patina. HEX triplet: 5A, 99 and 8F. RGB value is (90,153,143). Sum of RGB (Red+Green+Blue) = 90+153+143=386 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.32% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 153 - color contains mainly: green. Hex color #5A998F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5A998F is #A56670. Grayscale: #858585. Windows color (decimal): -10839665 or 9410906. OLE color: 9410906.
HSL color Cylindrical-coordinate representation of color #5A998F: hue angle of 170.48º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5A998F is Cyan = 0.41, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 90 | 153 | 143 | - |
| CMYK | 0.41 | 0 | 0.07 | 0.4 |
| HSL | 170.48º | 0.26% | 0.48% | - |
| HSV(B) | 170.48º | 0.41% | 0.6% | - |
| XYZ | 20.57 | 26.94 | 30.1 | - |
| YUV | 133.02 | 133.63 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 153 | 143 | 0.41 | 0 | 0.07 | 0.4 | 170.48 | 0.26 | 0.48 |
| Hex | 5A | 99 | 8F | 29 | 0 | 7 | 28 | AA | 1A | 30 |
| Octal | 132 | 231 | 217 | 51 | 0 | 7 | 50 | 252 | 32 | 60 |
| Binary | 1011010 | 10011001 | 10001111 | 101001 | 0 | 111 | 101000 | 10101010 | 11010 | 110000 |
Color Harmonies of #5A998F
Complementary color
Monochromatic Colors of #5A998F
Black with #5A998F
Text Example
Text Example
White with #5A998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A998F; }
p { color: rgb(90,153,143); }
H1.HeaderClassName
{
color: #5A998F;
}
.AnyTagClassName
{
color: #5A998F;
}
</style>
background-color css
<style>
a { background-color: #5A998F; }
a { background-color: rgb(90,153,143); }
div.DivClassName
{
background-color: #5A998F;
}
.BgClassName
{
background-color: #5A998F;
}
</style>
border-color css
<style>
span { border-color: #5A998F; }
span { border-color: rgb(90,153,143); }
td.TdClassName
{
border-color: #5A998F;
}
.TagClassName
{
border-color: #5A998F;
}
</style>