Shades of Como #51765E
Tints of Como #51765E
RGB
CMYK
RGB Variations
Color information
#51765E (or 0x51765E) is known color: Como. HEX triplet: 51, 76 and 5E. RGB value is (81,118,94). Sum of RGB (Red+Green+Blue) = 81+118+94=293 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.65% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 118 - color contains mainly: green. Hex color #51765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #51765E is #AE89A1. Grayscale: #686868. Windows color (decimal): -11438498 or 6190673. OLE color: 6190673.
HSL color Cylindrical-coordinate representation of color #51765E: hue angle of 141.08º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #51765E is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 81 | 118 | 94 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.54 |
| HSL | 141.08º | 0.19% | 0.39% | - |
| HSV(B) | 141.08º | 0.31% | 0.46% | - |
| XYZ | 11.89 | 15.51 | 12.96 | - |
| YUV | 104.2 | 122.24 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 118 | 94 | 0.31 | 0 | 0.20 | 0.54 | 141.08 | 0.19 | 0.39 |
| Hex | 51 | 76 | 5E | 1F | 0 | 14 | 36 | 8D | 13 | 27 |
| Octal | 121 | 166 | 136 | 37 | 0 | 24 | 66 | 215 | 23 | 47 |
| Binary | 1010001 | 1110110 | 1011110 | 11111 | 0 | 10100 | 110110 | 10001101 | 10011 | 100111 |
Color Harmonies of #51765E
Complementary color
Monochromatic Colors of #51765E
Black with #51765E
Text Example
Text Example
White with #51765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51765E; }
p { color: rgb(81,118,94); }
H1.HeaderClassName
{
color: #51765E;
}
.AnyTagClassName
{
color: #51765E;
}
</style>
background-color css
<style>
a { background-color: #51765E; }
a { background-color: rgb(81,118,94); }
div.DivClassName
{
background-color: #51765E;
}
.BgClassName
{
background-color: #51765E;
}
</style>
border-color css
<style>
span { border-color: #51765E; }
span { border-color: rgb(81,118,94); }
td.TdClassName
{
border-color: #51765E;
}
.TagClassName
{
border-color: #51765E;
}
</style>