Shades of Como #518E69
Tints of Como #518E69
RGB
CMYK
RGB Variations
Color information
#518E69 (or 0x518E69) is known color: Como. HEX triplet: 51, 8E and 69. RGB value is (81,142,105). Sum of RGB (Red+Green+Blue) = 81+142+105=328 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.70% from 328); Green value is 142 (55.86% from 255 or 43.29% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 142 - color contains mainly: green. Hex color #518E69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518E69 is #AE7196. Grayscale: #777777. Windows color (decimal): -11432343 or 6917713. OLE color: 6917713.
HSL color Cylindrical-coordinate representation of color #518E69: hue angle of 143.61º 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 #518E69 is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 81 | 142 | 105 | - |
| CMYK | 0.43 | 0 | 0.26 | 0.44 |
| HSL | 143.61º | 0.27% | 0.44% | - |
| HSV(B) | 143.61º | 0.43% | 0.56% | - |
| XYZ | 15.62 | 22.12 | 16.81 | - |
| YUV | 119.54 | 119.79 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 142 | 105 | 0.43 | 0 | 0.26 | 0.44 | 143.61 | 0.27 | 0.44 |
| Hex | 51 | 8E | 69 | 2B | 0 | 1A | 2C | 90 | 1B | 2C |
| Octal | 121 | 216 | 151 | 53 | 0 | 32 | 54 | 220 | 33 | 54 |
| Binary | 1010001 | 10001110 | 1101001 | 101011 | 0 | 11010 | 101100 | 10010000 | 11011 | 101100 |
Color Harmonies of #518E69
Complementary color
Monochromatic Colors of #518E69
Black with #518E69
Text Example
Text Example
White with #518E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518E69; }
p { color: rgb(81,142,105); }
H1.HeaderClassName
{
color: #518E69;
}
.AnyTagClassName
{
color: #518E69;
}
</style>
background-color css
<style>
a { background-color: #518E69; }
a { background-color: rgb(81,142,105); }
div.DivClassName
{
background-color: #518E69;
}
.BgClassName
{
background-color: #518E69;
}
</style>
border-color css
<style>
span { border-color: #518E69; }
span { border-color: rgb(81,142,105); }
td.TdClassName
{
border-color: #518E69;
}
.TagClassName
{
border-color: #518E69;
}
</style>