Shades of Como #50825A
Tints of Como #50825A
RGB
CMYK
RGB Variations
Color information
#50825A (or 0x50825A) is known color: Como. HEX triplet: 50, 82 and 5A. RGB value is (80,130,90). Sum of RGB (Red+Green+Blue) = 80+130+90=300 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.67% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 90 (35.55% from 255 or 30% from 300); Max value from RGB is 130 - color contains mainly: green. Hex color #50825A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50825A is #AF7DA5. Grayscale: #6E6E6E. Windows color (decimal): -11500966 or 5931600. OLE color: 5931600.
HSL color Cylindrical-coordinate representation of color #50825A: hue angle of 132º degrees, saturation: 0.24, 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 #50825A is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 80 | 130 | 90 | - |
| CMYK | 0.38 | 0 | 0.31 | 0.49 |
| HSL | 132º | 0.24% | 0.41% | - |
| HSV(B) | 132º | 0.38% | 0.51% | - |
| XYZ | 13.14 | 18.41 | 12.53 | - |
| YUV | 110.49 | 116.44 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 130 | 90 | 0.38 | 0 | 0.31 | 0.49 | 132 | 0.24 | 0.41 |
| Hex | 50 | 82 | 5A | 26 | 0 | 1F | 31 | 84 | 18 | 29 |
| Octal | 120 | 202 | 132 | 46 | 0 | 37 | 61 | 204 | 30 | 51 |
| Binary | 1010000 | 10000010 | 1011010 | 100110 | 0 | 11111 | 110001 | 10000100 | 11000 | 101001 |
Color Harmonies of #50825A
Complementary color
Monochromatic Colors of #50825A
Black with #50825A
Text Example
Text Example
White with #50825A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50825A; }
p { color: rgb(80,130,90); }
H1.HeaderClassName
{
color: #50825A;
}
.AnyTagClassName
{
color: #50825A;
}
</style>
background-color css
<style>
a { background-color: #50825A; }
a { background-color: rgb(80,130,90); }
div.DivClassName
{
background-color: #50825A;
}
.BgClassName
{
background-color: #50825A;
}
</style>
border-color css
<style>
span { border-color: #50825A; }
span { border-color: rgb(80,130,90); }
td.TdClassName
{
border-color: #50825A;
}
.TagClassName
{
border-color: #50825A;
}
</style>