Shades of Patina #51987B
Tints of Patina #51987B
RGB
CMYK
RGB Variations
Color information
#51987B (or 0x51987B) is known color: Patina. HEX triplet: 51, 98 and 7B. RGB value is (81,152,123). Sum of RGB (Red+Green+Blue) = 81+152+123=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 152 (59.77% from 255 or 42.70% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 152 - color contains mainly: green. Hex color #51987B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51987B is #AE6784. Grayscale: #7F7F7F. Windows color (decimal): -11429765 or 8099921. OLE color: 8099921.
HSL color Cylindrical-coordinate representation of color #51987B: hue angle of 155.49º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51987B is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 81 | 152 | 123 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.40 |
| HSL | 155.49º | 0.3% | 0.46% | - |
| HSV(B) | 155.49º | 0.47% | 0.6% | - |
| XYZ | 18.2 | 25.64 | 22.73 | - |
| YUV | 127.47 | 125.48 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 152 | 123 | 0.47 | 0 | 0.19 | 0.40 | 155.49 | 0.3 | 0.46 |
| Hex | 51 | 98 | 7B | 2F | 0 | 13 | 28 | 9B | 1E | 2E |
| Octal | 121 | 230 | 173 | 57 | 0 | 23 | 50 | 233 | 36 | 56 |
| Binary | 1010001 | 10011000 | 1111011 | 101111 | 0 | 10011 | 101000 | 10011011 | 11110 | 101110 |
Color Harmonies of #51987B
Complementary color
Monochromatic Colors of #51987B
Black with #51987B
Text Example
Text Example
White with #51987B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51987B; }
p { color: rgb(81,152,123); }
H1.HeaderClassName
{
color: #51987B;
}
.AnyTagClassName
{
color: #51987B;
}
</style>
background-color css
<style>
a { background-color: #51987B; }
a { background-color: rgb(81,152,123); }
div.DivClassName
{
background-color: #51987B;
}
.BgClassName
{
background-color: #51987B;
}
</style>
border-color css
<style>
span { border-color: #51987B; }
span { border-color: rgb(81,152,123); }
td.TdClassName
{
border-color: #51987B;
}
.TagClassName
{
border-color: #51987B;
}
</style>