Shades of Como #51725B
Tints of Como #51725B
RGB
CMYK
RGB Variations
Color information
#51725B (or 0x51725B) is known color: Como. HEX triplet: 51, 72 and 5B. RGB value is (81,114,91). Sum of RGB (Red+Green+Blue) = 81+114+91=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 91 (35.94% from 255 or 31.82% from 286); Max value from RGB is 114 - color contains mainly: green. Hex color #51725B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51725B is #AE8DA4. Grayscale: #656565. Windows color (decimal): -11439525 or 5993041. OLE color: 5993041.
HSL color Cylindrical-coordinate representation of color #51725B: hue angle of 138.18º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #51725B is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 114 | 91 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.55 |
| HSL | 138.18º | 0.17% | 0.38% | - |
| HSV(B) | 138.18º | 0.29% | 0.45% | - |
| XYZ | 11.3 | 14.54 | 12.11 | - |
| YUV | 101.51 | 122.07 | 113.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 114 | 91 | 0.29 | 0 | 0.20 | 0.55 | 138.18 | 0.17 | 0.38 |
| Hex | 51 | 72 | 5B | 1D | 0 | 14 | 37 | 8A | 11 | 26 |
| Octal | 121 | 162 | 133 | 35 | 0 | 24 | 67 | 212 | 21 | 46 |
| Binary | 1010001 | 1110010 | 1011011 | 11101 | 0 | 10100 | 110111 | 10001010 | 10001 | 100110 |
Color Harmonies of #51725B
Complementary color
Monochromatic Colors of #51725B
Black with #51725B
Text Example
Text Example
White with #51725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51725B; }
p { color: rgb(81,114,91); }
H1.HeaderClassName
{
color: #51725B;
}
.AnyTagClassName
{
color: #51725B;
}
</style>
background-color css
<style>
a { background-color: #51725B; }
a { background-color: rgb(81,114,91); }
div.DivClassName
{
background-color: #51725B;
}
.BgClassName
{
background-color: #51725B;
}
</style>
border-color css
<style>
span { border-color: #51725B; }
span { border-color: rgb(81,114,91); }
td.TdClassName
{
border-color: #51725B;
}
.TagClassName
{
border-color: #51725B;
}
</style>