Shades of Como #50725A
Tints of Como #50725A
RGB
CMYK
RGB Variations
Color information
#50725A (or 0x50725A) is known color: Como. HEX triplet: 50, 72 and 5A. RGB value is (80,114,90). Sum of RGB (Red+Green+Blue) = 80+114+90=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 114 - color contains mainly: green. Hex color #50725A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #50725A is #AF8DA5. Grayscale: #656565. Windows color (decimal): -11505062 or 5927504. OLE color: 5927504.
HSL color Cylindrical-coordinate representation of color #50725A: hue angle of 137.65º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #50725A is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 80 | 114 | 90 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.55 |
| HSL | 137.65º | 0.18% | 0.38% | - |
| HSV(B) | 137.65º | 0.3% | 0.45% | - |
| XYZ | 11.17 | 14.48 | 11.88 | - |
| YUV | 101.1 | 121.74 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 114 | 90 | 0.30 | 0 | 0.21 | 0.55 | 137.65 | 0.18 | 0.38 |
| Hex | 50 | 72 | 5A | 1E | 0 | 15 | 37 | 8A | 12 | 26 |
| Octal | 120 | 162 | 132 | 36 | 0 | 25 | 67 | 212 | 22 | 46 |
| Binary | 1010000 | 1110010 | 1011010 | 11110 | 0 | 10101 | 110111 | 10001010 | 10010 | 100110 |
Color Harmonies of #50725A
Complementary color
Monochromatic Colors of #50725A
Black with #50725A
Text Example
Text Example
White with #50725A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50725A; }
p { color: rgb(80,114,90); }
H1.HeaderClassName
{
color: #50725A;
}
.AnyTagClassName
{
color: #50725A;
}
</style>
background-color css
<style>
a { background-color: #50725A; }
a { background-color: rgb(80,114,90); }
div.DivClassName
{
background-color: #50725A;
}
.BgClassName
{
background-color: #50725A;
}
</style>
border-color css
<style>
span { border-color: #50725A; }
span { border-color: rgb(80,114,90); }
td.TdClassName
{
border-color: #50725A;
}
.TagClassName
{
border-color: #50725A;
}
</style>