Shades of Como #51725D
Tints of Como #51725D
RGB
CMYK
RGB Variations
Color information
#51725D (or 0x51725D) is known color: Como. HEX triplet: 51, 72 and 5D. RGB value is (81,114,93). Sum of RGB (Red+Green+Blue) = 81+114+93=288 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.12% from 288); Green value is 114 (44.92% from 255 or 39.58% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 114 - color contains mainly: green. Hex color #51725D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51725D is #AE8DA2. Grayscale: #656565. Windows color (decimal): -11439523 or 6124113. OLE color: 6124113.
HSL color Cylindrical-coordinate representation of color #51725D: hue angle of 141.82º 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 #51725D is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 81 | 114 | 93 | - |
| CMYK | 0.29 | 0 | 0.18 | 0.55 |
| HSL | 141.82º | 0.17% | 0.38% | - |
| HSV(B) | 141.82º | 0.29% | 0.45% | - |
| XYZ | 11.39 | 14.57 | 12.57 | - |
| YUV | 101.74 | 123.07 | 113.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 114 | 93 | 0.29 | 0 | 0.18 | 0.55 | 141.82 | 0.17 | 0.38 |
| Hex | 51 | 72 | 5D | 1D | 0 | 12 | 37 | 8E | 11 | 26 |
| Octal | 121 | 162 | 135 | 35 | 0 | 22 | 67 | 216 | 21 | 46 |
| Binary | 1010001 | 1110010 | 1011101 | 11101 | 0 | 10010 | 110111 | 10001110 | 10001 | 100110 |
Color Harmonies of #51725D
Complementary color
Monochromatic Colors of #51725D
Black with #51725D
Text Example
Text Example
White with #51725D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51725D; }
p { color: rgb(81,114,93); }
H1.HeaderClassName
{
color: #51725D;
}
.AnyTagClassName
{
color: #51725D;
}
</style>
background-color css
<style>
a { background-color: #51725D; }
a { background-color: rgb(81,114,93); }
div.DivClassName
{
background-color: #51725D;
}
.BgClassName
{
background-color: #51725D;
}
</style>
border-color css
<style>
span { border-color: #51725D; }
span { border-color: rgb(81,114,93); }
td.TdClassName
{
border-color: #51725D;
}
.TagClassName
{
border-color: #51725D;
}
</style>