Shades of Como #518B5D
Tints of Como #518B5D
RGB
CMYK
RGB Variations
Color information
#518B5D (or 0x518B5D) is known color: Como. HEX triplet: 51, 8B and 5D. RGB value is (81,139,93). Sum of RGB (Red+Green+Blue) = 81+139+93=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 139 (54.69% from 255 or 44.41% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 139 - color contains mainly: green. Hex color #518B5D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518B5D is #AE74A2. Grayscale: #747474. Windows color (decimal): -11433123 or 6130513. OLE color: 6130513.
HSL color Cylindrical-coordinate representation of color #518B5D: hue angle of 132.41º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #518B5D is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 139 | 93 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.45 |
| HSL | 132.41º | 0.26% | 0.43% | - |
| HSV(B) | 132.41º | 0.42% | 0.55% | - |
| XYZ | 14.6 | 21 | 13.64 | - |
| YUV | 116.41 | 114.78 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 139 | 93 | 0.42 | 0 | 0.33 | 0.45 | 132.41 | 0.26 | 0.43 |
| Hex | 51 | 8B | 5D | 2A | 0 | 21 | 2D | 84 | 1A | 2B |
| Octal | 121 | 213 | 135 | 52 | 0 | 41 | 55 | 204 | 32 | 53 |
| Binary | 1010001 | 10001011 | 1011101 | 101010 | 0 | 100001 | 101101 | 10000100 | 11010 | 101011 |
Color Harmonies of #518B5D
Complementary color
Monochromatic Colors of #518B5D
Black with #518B5D
Text Example
Text Example
White with #518B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518B5D; }
p { color: rgb(81,139,93); }
H1.HeaderClassName
{
color: #518B5D;
}
.AnyTagClassName
{
color: #518B5D;
}
</style>
background-color css
<style>
a { background-color: #518B5D; }
a { background-color: rgb(81,139,93); }
div.DivClassName
{
background-color: #518B5D;
}
.BgClassName
{
background-color: #518B5D;
}
</style>
border-color css
<style>
span { border-color: #518B5D; }
span { border-color: rgb(81,139,93); }
td.TdClassName
{
border-color: #518B5D;
}
.TagClassName
{
border-color: #518B5D;
}
</style>