Shades of Como #518D63
Tints of Como #518D63
RGB
CMYK
RGB Variations
Color information
#518D63 (or 0x518D63) is known color: Como. HEX triplet: 51, 8D and 63. RGB value is (81,141,99). Sum of RGB (Red+Green+Blue) = 81+141+99=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 141 (55.47% from 255 or 43.93% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 141 - color contains mainly: green. Hex color #518D63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518D63 is #AE729C. Grayscale: #767676. Windows color (decimal): -11432605 or 6524241. OLE color: 6524241.
HSL color Cylindrical-coordinate representation of color #518D63: hue angle of 138º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #518D63 is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 141 | 99 | - |
| CMYK | 0.43 | 0 | 0.30 | 0.45 |
| HSL | 138º | 0.27% | 0.44% | - |
| HSV(B) | 138º | 0.43% | 0.55% | - |
| XYZ | 15.17 | 21.7 | 15.19 | - |
| YUV | 118.27 | 117.12 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 141 | 99 | 0.43 | 0 | 0.30 | 0.45 | 138 | 0.27 | 0.44 |
| Hex | 51 | 8D | 63 | 2B | 0 | 1E | 2D | 8A | 1B | 2C |
| Octal | 121 | 215 | 143 | 53 | 0 | 36 | 55 | 212 | 33 | 54 |
| Binary | 1010001 | 10001101 | 1100011 | 101011 | 0 | 11110 | 101101 | 10001010 | 11011 | 101100 |
Color Harmonies of #518D63
Complementary color
Monochromatic Colors of #518D63
Black with #518D63
Text Example
Text Example
White with #518D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518D63; }
p { color: rgb(81,141,99); }
H1.HeaderClassName
{
color: #518D63;
}
.AnyTagClassName
{
color: #518D63;
}
</style>
background-color css
<style>
a { background-color: #518D63; }
a { background-color: rgb(81,141,99); }
div.DivClassName
{
background-color: #518D63;
}
.BgClassName
{
background-color: #518D63;
}
</style>
border-color css
<style>
span { border-color: #518D63; }
span { border-color: rgb(81,141,99); }
td.TdClassName
{
border-color: #518D63;
}
.TagClassName
{
border-color: #518D63;
}
</style>