Shades of Como #51745B
Tints of Como #51745B
RGB
CMYK
RGB Variations
Color information
#51745B (or 0x51745B) is known color: Como. HEX triplet: 51, 74 and 5B. RGB value is (81,116,91). Sum of RGB (Red+Green+Blue) = 81+116+91=288 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.12% from 288); Green value is 116 (45.70% from 255 or 40.28% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 116 - color contains mainly: green. Hex color #51745B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51745B is #AE8BA4. Grayscale: #666666. Windows color (decimal): -11439013 or 5993553. OLE color: 5993553.
HSL color Cylindrical-coordinate representation of color #51745B: hue angle of 137.14º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #51745B is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 116 | 91 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.55 |
| HSL | 137.14º | 0.18% | 0.39% | - |
| HSV(B) | 137.14º | 0.3% | 0.45% | - |
| XYZ | 11.53 | 15 | 12.18 | - |
| YUV | 102.69 | 121.4 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 116 | 91 | 0.30 | 0 | 0.22 | 0.55 | 137.14 | 0.18 | 0.39 |
| Hex | 51 | 74 | 5B | 1E | 0 | 16 | 37 | 89 | 12 | 27 |
| Octal | 121 | 164 | 133 | 36 | 0 | 26 | 67 | 211 | 22 | 47 |
| Binary | 1010001 | 1110100 | 1011011 | 11110 | 0 | 10110 | 110111 | 10001001 | 10010 | 100111 |
Color Harmonies of #51745B
Complementary color
Monochromatic Colors of #51745B
Black with #51745B
Text Example
Text Example
White with #51745B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51745B; }
p { color: rgb(81,116,91); }
H1.HeaderClassName
{
color: #51745B;
}
.AnyTagClassName
{
color: #51745B;
}
</style>
background-color css
<style>
a { background-color: #51745B; }
a { background-color: rgb(81,116,91); }
div.DivClassName
{
background-color: #51745B;
}
.BgClassName
{
background-color: #51745B;
}
</style>
border-color css
<style>
span { border-color: #51745B; }
span { border-color: rgb(81,116,91); }
td.TdClassName
{
border-color: #51745B;
}
.TagClassName
{
border-color: #51745B;
}
</style>