Shades of Como #518B5C
Tints of Como #518B5C
RGB
CMYK
RGB Variations
Color information
#518B5C (or 0x518B5C) is known color: Como. HEX triplet: 51, 8B and 5C. RGB value is (81,139,92). Sum of RGB (Red+Green+Blue) = 81+139+92=312 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.96% from 312); Green value is 139 (54.69% from 255 or 44.55% from 312); Blue value is 92 (36.33% from 255 or 29.49% from 312); Max value from RGB is 139 - color contains mainly: green. Hex color #518B5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518B5C is #AE74A3. Grayscale: #747474. Windows color (decimal): -11433124 or 6064977. OLE color: 6064977.
HSL color Cylindrical-coordinate representation of color #518B5C: hue angle of 131.38º 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 #518B5C is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 81 | 139 | 92 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.45 |
| HSL | 131.38º | 0.26% | 0.43% | - |
| HSV(B) | 131.38º | 0.42% | 0.55% | - |
| XYZ | 14.56 | 20.99 | 13.41 | - |
| YUV | 116.3 | 114.28 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 139 | 92 | 0.42 | 0 | 0.34 | 0.45 | 131.38 | 0.26 | 0.43 |
| Hex | 51 | 8B | 5C | 2A | 0 | 22 | 2D | 83 | 1A | 2B |
| Octal | 121 | 213 | 134 | 52 | 0 | 42 | 55 | 203 | 32 | 53 |
| Binary | 1010001 | 10001011 | 1011100 | 101010 | 0 | 100010 | 101101 | 10000011 | 11010 | 101011 |
Color Harmonies of #518B5C
Complementary color
Monochromatic Colors of #518B5C
Black with #518B5C
Text Example
Text Example
White with #518B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518B5C; }
p { color: rgb(81,139,92); }
H1.HeaderClassName
{
color: #518B5C;
}
.AnyTagClassName
{
color: #518B5C;
}
</style>
background-color css
<style>
a { background-color: #518B5C; }
a { background-color: rgb(81,139,92); }
div.DivClassName
{
background-color: #518B5C;
}
.BgClassName
{
background-color: #518B5C;
}
</style>
border-color css
<style>
span { border-color: #518B5C; }
span { border-color: rgb(81,139,92); }
td.TdClassName
{
border-color: #518B5C;
}
.TagClassName
{
border-color: #518B5C;
}
</style>