Shades of Como #518E63
Tints of Como #518E63
RGB
CMYK
RGB Variations
Color information
#518E63 (or 0x518E63) is known color: Como. HEX triplet: 51, 8E and 63. RGB value is (81,142,99). Sum of RGB (Red+Green+Blue) = 81+142+99=322 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.16% from 322); Green value is 142 (55.86% from 255 or 44.10% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 142 - color contains mainly: green. Hex color #518E63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518E63 is #AE719C. Grayscale: #767676. Windows color (decimal): -11432349 or 6524497. OLE color: 6524497.
HSL color Cylindrical-coordinate representation of color #518E63: hue angle of 137.7º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #518E63 is Cyan = 0.43, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 142 | 99 | - |
| CMYK | 0.43 | 0 | 0.30 | 0.44 |
| HSL | 137.7º | 0.27% | 0.44% | - |
| HSV(B) | 137.7º | 0.43% | 0.56% | - |
| XYZ | 15.32 | 22 | 15.24 | - |
| YUV | 118.86 | 116.79 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 142 | 99 | 0.43 | 0 | 0.30 | 0.44 | 137.7 | 0.27 | 0.44 |
| Hex | 51 | 8E | 63 | 2B | 0 | 1E | 2C | 8A | 1B | 2C |
| Octal | 121 | 216 | 143 | 53 | 0 | 36 | 54 | 212 | 33 | 54 |
| Binary | 1010001 | 10001110 | 1100011 | 101011 | 0 | 11110 | 101100 | 10001010 | 11011 | 101100 |
Color Harmonies of #518E63
Complementary color
Monochromatic Colors of #518E63
Black with #518E63
Text Example
Text Example
White with #518E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518E63; }
p { color: rgb(81,142,99); }
H1.HeaderClassName
{
color: #518E63;
}
.AnyTagClassName
{
color: #518E63;
}
</style>
background-color css
<style>
a { background-color: #518E63; }
a { background-color: rgb(81,142,99); }
div.DivClassName
{
background-color: #518E63;
}
.BgClassName
{
background-color: #518E63;
}
</style>
border-color css
<style>
span { border-color: #518E63; }
span { border-color: rgb(81,142,99); }
td.TdClassName
{
border-color: #518E63;
}
.TagClassName
{
border-color: #518E63;
}
</style>