Shades of Patina #5A9378
Tints of Patina #5A9378
RGB
CMYK
RGB Variations
Color information
#5A9378 (or 0x5A9378) is known color: Patina. HEX triplet: 5A, 93 and 78. RGB value is (90,147,120). Sum of RGB (Red+Green+Blue) = 90+147+120=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 147 - color contains mainly: green. Hex color #5A9378 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9378 is #A56C87. Grayscale: #7E7E7E. Windows color (decimal): -10841224 or 7902042. OLE color: 7902042.
HSL color Cylindrical-coordinate representation of color #5A9378: hue angle of 151.58º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A9378 is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 147 | 120 | - |
| CMYK | 0.39 | 0 | 0.18 | 0.42 |
| HSL | 151.58º | 0.24% | 0.46% | - |
| HSV(B) | 151.58º | 0.39% | 0.58% | - |
| XYZ | 18.04 | 24.4 | 21.53 | - |
| YUV | 126.88 | 124.12 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 147 | 120 | 0.39 | 0 | 0.18 | 0.42 | 151.58 | 0.24 | 0.46 |
| Hex | 5A | 93 | 78 | 27 | 0 | 12 | 2A | 98 | 18 | 2E |
| Octal | 132 | 223 | 170 | 47 | 0 | 22 | 52 | 230 | 30 | 56 |
| Binary | 1011010 | 10010011 | 1111000 | 100111 | 0 | 10010 | 101010 | 10011000 | 11000 | 101110 |
Color Harmonies of #5A9378
Complementary color
Monochromatic Colors of #5A9378
Black with #5A9378
Text Example
Text Example
White with #5A9378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9378; }
p { color: rgb(90,147,120); }
H1.HeaderClassName
{
color: #5A9378;
}
.AnyTagClassName
{
color: #5A9378;
}
</style>
background-color css
<style>
a { background-color: #5A9378; }
a { background-color: rgb(90,147,120); }
div.DivClassName
{
background-color: #5A9378;
}
.BgClassName
{
background-color: #5A9378;
}
</style>
border-color css
<style>
span { border-color: #5A9378; }
span { border-color: rgb(90,147,120); }
td.TdClassName
{
border-color: #5A9378;
}
.TagClassName
{
border-color: #5A9378;
}
</style>