Shades of Como #518A66
Tints of Como #518A66
RGB
CMYK
RGB Variations
Color information
#518A66 (or 0x518A66) is known color: Como. HEX triplet: 51, 8A and 66. RGB value is (81,138,102). Sum of RGB (Red+Green+Blue) = 81+138+102=321 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.23% from 321); Green value is 138 (54.30% from 255 or 42.99% from 321); Blue value is 102 (40.23% from 255 or 31.78% from 321); Max value from RGB is 138 - color contains mainly: green. Hex color #518A66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518A66 is #AE7599. Grayscale: #747474. Windows color (decimal): -11433370 or 6720081. OLE color: 6720081.
HSL color Cylindrical-coordinate representation of color #518A66: hue angle of 142.11º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #518A66 is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 81 | 138 | 102 | - |
| CMYK | 0.41 | 0 | 0.26 | 0.46 |
| HSL | 142.11º | 0.26% | 0.43% | - |
| HSV(B) | 142.11º | 0.41% | 0.54% | - |
| XYZ | 14.88 | 20.89 | 15.82 | - |
| YUV | 116.85 | 119.62 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 138 | 102 | 0.41 | 0 | 0.26 | 0.46 | 142.11 | 0.26 | 0.43 |
| Hex | 51 | 8A | 66 | 29 | 0 | 1A | 2E | 8E | 1A | 2B |
| Octal | 121 | 212 | 146 | 51 | 0 | 32 | 56 | 216 | 32 | 53 |
| Binary | 1010001 | 10001010 | 1100110 | 101001 | 0 | 11010 | 101110 | 10001110 | 11010 | 101011 |
Color Harmonies of #518A66
Complementary color
Monochromatic Colors of #518A66
Black with #518A66
Text Example
Text Example
White with #518A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518A66; }
p { color: rgb(81,138,102); }
H1.HeaderClassName
{
color: #518A66;
}
.AnyTagClassName
{
color: #518A66;
}
</style>
background-color css
<style>
a { background-color: #518A66; }
a { background-color: rgb(81,138,102); }
div.DivClassName
{
background-color: #518A66;
}
.BgClassName
{
background-color: #518A66;
}
</style>
border-color css
<style>
span { border-color: #518A66; }
span { border-color: rgb(81,138,102); }
td.TdClassName
{
border-color: #518A66;
}
.TagClassName
{
border-color: #518A66;
}
</style>