Shades of Como #50815B
Tints of Como #50815B
RGB
CMYK
RGB Variations
Color information
#50815B (or 0x50815B) is known color: Como. HEX triplet: 50, 81 and 5B. RGB value is (80,129,91). Sum of RGB (Red+Green+Blue) = 80+129+91=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 129 (50.78% from 255 or 43% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 129 - color contains mainly: green. Hex color #50815B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50815B is #AF7EA4. Grayscale: #6E6E6E. Windows color (decimal): -11501221 or 5996880. OLE color: 5996880.
HSL color Cylindrical-coordinate representation of color #50815B: hue angle of 133.47º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #50815B is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 129 | 91 | - |
| CMYK | 0.38 | 0 | 0.29 | 0.49 |
| HSL | 133.47º | 0.23% | 0.41% | - |
| HSV(B) | 133.47º | 0.38% | 0.51% | - |
| XYZ | 13.05 | 18.16 | 12.72 | - |
| YUV | 110.02 | 117.27 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 129 | 91 | 0.38 | 0 | 0.29 | 0.49 | 133.47 | 0.23 | 0.41 |
| Hex | 50 | 81 | 5B | 26 | 0 | 1D | 31 | 85 | 17 | 29 |
| Octal | 120 | 201 | 133 | 46 | 0 | 35 | 61 | 205 | 27 | 51 |
| Binary | 1010000 | 10000001 | 1011011 | 100110 | 0 | 11101 | 110001 | 10000101 | 10111 | 101001 |
Color Harmonies of #50815B
Complementary color
Monochromatic Colors of #50815B
Black with #50815B
Text Example
Text Example
White with #50815B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50815B; }
p { color: rgb(80,129,91); }
H1.HeaderClassName
{
color: #50815B;
}
.AnyTagClassName
{
color: #50815B;
}
</style>
background-color css
<style>
a { background-color: #50815B; }
a { background-color: rgb(80,129,91); }
div.DivClassName
{
background-color: #50815B;
}
.BgClassName
{
background-color: #50815B;
}
</style>
border-color css
<style>
span { border-color: #50815B; }
span { border-color: rgb(80,129,91); }
td.TdClassName
{
border-color: #50815B;
}
.TagClassName
{
border-color: #50815B;
}
</style>