Shades of Como #51875F
Tints of Como #51875F
RGB
CMYK
RGB Variations
Color information
#51875F (or 0x51875F) is known color: Como. HEX triplet: 51, 87 and 5F. RGB value is (81,135,95). Sum of RGB (Red+Green+Blue) = 81+135+95=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 135 (53.12% from 255 or 43.41% from 311); Blue value is 95 (37.5% from 255 or 30.55% from 311); Max value from RGB is 135 - color contains mainly: green. Hex color #51875F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51875F is #AE78A0. Grayscale: #727272. Windows color (decimal): -11434145 or 6260561. OLE color: 6260561.
HSL color Cylindrical-coordinate representation of color #51875F: hue angle of 135.56º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #51875F is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 135 | 95 | - |
| CMYK | 0.40 | 0 | 0.30 | 0.47 |
| HSL | 135.56º | 0.25% | 0.42% | - |
| HSV(B) | 135.56º | 0.4% | 0.53% | - |
| XYZ | 14.12 | 19.9 | 13.92 | - |
| YUV | 114.29 | 117.11 | 104.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 135 | 95 | 0.40 | 0 | 0.30 | 0.47 | 135.56 | 0.25 | 0.42 |
| Hex | 51 | 87 | 5F | 28 | 0 | 1E | 2F | 88 | 19 | 2A |
| Octal | 121 | 207 | 137 | 50 | 0 | 36 | 57 | 210 | 31 | 52 |
| Binary | 1010001 | 10000111 | 1011111 | 101000 | 0 | 11110 | 101111 | 10001000 | 11001 | 101010 |
Color Harmonies of #51875F
Complementary color
Monochromatic Colors of #51875F
Black with #51875F
Text Example
Text Example
White with #51875F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51875F; }
p { color: rgb(81,135,95); }
H1.HeaderClassName
{
color: #51875F;
}
.AnyTagClassName
{
color: #51875F;
}
</style>
background-color css
<style>
a { background-color: #51875F; }
a { background-color: rgb(81,135,95); }
div.DivClassName
{
background-color: #51875F;
}
.BgClassName
{
background-color: #51875F;
}
</style>
border-color css
<style>
span { border-color: #51875F; }
span { border-color: rgb(81,135,95); }
td.TdClassName
{
border-color: #51875F;
}
.TagClassName
{
border-color: #51875F;
}
</style>