Shades of Como #51815B
Tints of Como #51815B
RGB
CMYK
RGB Variations
Color information
#51815B (or 0x51815B) is known color: Como. HEX triplet: 51, 81 and 5B. RGB value is (81,129,91). Sum of RGB (Red+Green+Blue) = 81+129+91=301 (39% of max value = 765). Red value is 81 (32.03% from 255 or 26.91% from 301); Green value is 129 (50.78% from 255 or 42.86% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 129 - color contains mainly: green. Hex color #51815B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51815B is #AE7EA4. Grayscale: #6E6E6E. Windows color (decimal): -11435685 or 5996881. OLE color: 5996881.
HSL color Cylindrical-coordinate representation of color #51815B: hue angle of 132.5º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #51815B is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 81 | 129 | 91 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.49 |
| HSL | 132.5º | 0.23% | 0.41% | - |
| HSV(B) | 132.5º | 0.37% | 0.51% | - |
| XYZ | 13.13 | 18.21 | 12.72 | - |
| YUV | 110.32 | 117.1 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 129 | 91 | 0.37 | 0 | 0.29 | 0.49 | 132.5 | 0.23 | 0.41 |
| Hex | 51 | 81 | 5B | 25 | 0 | 1D | 31 | 84 | 17 | 29 |
| Octal | 121 | 201 | 133 | 45 | 0 | 35 | 61 | 204 | 27 | 51 |
| Binary | 1010001 | 10000001 | 1011011 | 100101 | 0 | 11101 | 110001 | 10000100 | 10111 | 101001 |
Color Harmonies of #51815B
Complementary color
Monochromatic Colors of #51815B
Black with #51815B
Text Example
Text Example
White with #51815B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51815B; }
p { color: rgb(81,129,91); }
H1.HeaderClassName
{
color: #51815B;
}
.AnyTagClassName
{
color: #51815B;
}
</style>
background-color css
<style>
a { background-color: #51815B; }
a { background-color: rgb(81,129,91); }
div.DivClassName
{
background-color: #51815B;
}
.BgClassName
{
background-color: #51815B;
}
</style>
border-color css
<style>
span { border-color: #51815B; }
span { border-color: rgb(81,129,91); }
td.TdClassName
{
border-color: #51815B;
}
.TagClassName
{
border-color: #51815B;
}
</style>