Shades of Como #518363
Tints of Como #518363
RGB
CMYK
RGB Variations
Color information
#518363 (or 0x518363) is known color: Como. HEX triplet: 51, 83 and 63. RGB value is (81,131,99). Sum of RGB (Red+Green+Blue) = 81+131+99=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 131 (51.56% from 255 or 42.12% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 131 - color contains mainly: green. Hex color #518363 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #518363 is #AE7C9C. Grayscale: #707070. Windows color (decimal): -11435165 or 6521681. OLE color: 6521681.
HSL color Cylindrical-coordinate representation of color #518363: hue angle of 141.6º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #518363 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 131 | 99 | - |
| CMYK | 0.38 | 0 | 0.24 | 0.49 |
| HSL | 141.6º | 0.24% | 0.42% | - |
| HSV(B) | 141.6º | 0.38% | 0.51% | - |
| XYZ | 13.76 | 18.88 | 14.72 | - |
| YUV | 112.4 | 120.44 | 105.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 131 | 99 | 0.38 | 0 | 0.24 | 0.49 | 141.6 | 0.24 | 0.42 |
| Hex | 51 | 83 | 63 | 26 | 0 | 18 | 31 | 8E | 18 | 2A |
| Octal | 121 | 203 | 143 | 46 | 0 | 30 | 61 | 216 | 30 | 52 |
| Binary | 1010001 | 10000011 | 1100011 | 100110 | 0 | 11000 | 110001 | 10001110 | 11000 | 101010 |
Color Harmonies of #518363
Complementary color
Monochromatic Colors of #518363
Black with #518363
Text Example
Text Example
White with #518363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #518363; }
p { color: rgb(81,131,99); }
H1.HeaderClassName
{
color: #518363;
}
.AnyTagClassName
{
color: #518363;
}
</style>
background-color css
<style>
a { background-color: #518363; }
a { background-color: rgb(81,131,99); }
div.DivClassName
{
background-color: #518363;
}
.BgClassName
{
background-color: #518363;
}
</style>
border-color css
<style>
span { border-color: #518363; }
span { border-color: rgb(81,131,99); }
td.TdClassName
{
border-color: #518363;
}
.TagClassName
{
border-color: #518363;
}
</style>