Shades of Patina #5A927B
Tints of Patina #5A927B
RGB
CMYK
RGB Variations
Color information
#5A927B (or 0x5A927B) is known color: Patina. HEX triplet: 5A, 92 and 7B. RGB value is (90,146,123). Sum of RGB (Red+Green+Blue) = 90+146+123=359 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.07% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 146 - color contains mainly: green. Hex color #5A927B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A927B is #A56D84. Grayscale: #7E7E7E. Windows color (decimal): -10841477 or 8098394. OLE color: 8098394.
HSL color Cylindrical-coordinate representation of color #5A927B: hue angle of 155.36º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A927B is Cyan = 0.38, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 90 | 146 | 123 | - |
| CMYK | 0.38 | 0 | 0.16 | 0.43 |
| HSL | 155.36º | 0.24% | 0.46% | - |
| HSV(B) | 155.36º | 0.38% | 0.57% | - |
| XYZ | 18.07 | 24.16 | 22.45 | - |
| YUV | 126.63 | 125.95 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 146 | 123 | 0.38 | 0 | 0.16 | 0.43 | 155.36 | 0.24 | 0.46 |
| Hex | 5A | 92 | 7B | 26 | 0 | 10 | 2B | 9B | 18 | 2E |
| Octal | 132 | 222 | 173 | 46 | 0 | 20 | 53 | 233 | 30 | 56 |
| Binary | 1011010 | 10010010 | 1111011 | 100110 | 0 | 10000 | 101011 | 10011011 | 11000 | 101110 |
Color Harmonies of #5A927B
Complementary color
Monochromatic Colors of #5A927B
Black with #5A927B
Text Example
Text Example
White with #5A927B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A927B; }
p { color: rgb(90,146,123); }
H1.HeaderClassName
{
color: #5A927B;
}
.AnyTagClassName
{
color: #5A927B;
}
</style>
background-color css
<style>
a { background-color: #5A927B; }
a { background-color: rgb(90,146,123); }
div.DivClassName
{
background-color: #5A927B;
}
.BgClassName
{
background-color: #5A927B;
}
</style>
border-color css
<style>
span { border-color: #5A927B; }
span { border-color: rgb(90,146,123); }
td.TdClassName
{
border-color: #5A927B;
}
.TagClassName
{
border-color: #5A927B;
}
</style>