Shades of Como #51875C
Tints of Como #51875C
RGB
CMYK
RGB Variations
Color information
#51875C (or 0x51875C) is known color: Como. HEX triplet: 51, 87 and 5C. RGB value is (81,135,92). Sum of RGB (Red+Green+Blue) = 81+135+92=308 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.30% from 308); Green value is 135 (53.12% from 255 or 43.83% from 308); Blue value is 92 (36.33% from 255 or 29.87% from 308); Max value from RGB is 135 - color contains mainly: green. Hex color #51875C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #51875C is #AE78A3. Grayscale: #727272. Windows color (decimal): -11434148 or 6063953. OLE color: 6063953.
HSL color Cylindrical-coordinate representation of color #51875C: hue angle of 132.22º 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 #51875C is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 81 | 135 | 92 | - |
| CMYK | 0.40 | 0 | 0.32 | 0.47 |
| HSL | 132.22º | 0.25% | 0.42% | - |
| HSV(B) | 132.22º | 0.4% | 0.53% | - |
| XYZ | 13.99 | 19.85 | 13.22 | - |
| YUV | 113.95 | 115.61 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 135 | 92 | 0.40 | 0 | 0.32 | 0.47 | 132.22 | 0.25 | 0.42 |
| Hex | 51 | 87 | 5C | 28 | 0 | 20 | 2F | 84 | 19 | 2A |
| Octal | 121 | 207 | 134 | 50 | 0 | 40 | 57 | 204 | 31 | 52 |
| Binary | 1010001 | 10000111 | 1011100 | 101000 | 0 | 100000 | 101111 | 10000100 | 11001 | 101010 |
Color Harmonies of #51875C
Complementary color
Monochromatic Colors of #51875C
Black with #51875C
Text Example
Text Example
White with #51875C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51875C; }
p { color: rgb(81,135,92); }
H1.HeaderClassName
{
color: #51875C;
}
.AnyTagClassName
{
color: #51875C;
}
</style>
background-color css
<style>
a { background-color: #51875C; }
a { background-color: rgb(81,135,92); }
div.DivClassName
{
background-color: #51875C;
}
.BgClassName
{
background-color: #51875C;
}
</style>
border-color css
<style>
span { border-color: #51875C; }
span { border-color: rgb(81,135,92); }
td.TdClassName
{
border-color: #51875C;
}
.TagClassName
{
border-color: #51875C;
}
</style>