Shades of Como #50845C
Tints of Como #50845C
RGB
CMYK
RGB Variations
Color information
#50845C (or 0x50845C) is known color: Como. HEX triplet: 50, 84 and 5C. RGB value is (80,132,92). Sum of RGB (Red+Green+Blue) = 80+132+92=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 132 - color contains mainly: green. Hex color #50845C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50845C is #AF7BA3. Grayscale: #707070. Windows color (decimal): -11500452 or 6063184. OLE color: 6063184.
HSL color Cylindrical-coordinate representation of color #50845C: hue angle of 133.85º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #50845C is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 80 | 132 | 92 | - |
| CMYK | 0.39 | 0 | 0.30 | 0.48 |
| HSL | 133.85º | 0.25% | 0.42% | - |
| HSV(B) | 133.85º | 0.39% | 0.52% | - |
| XYZ | 13.49 | 18.98 | 13.08 | - |
| YUV | 111.89 | 116.77 | 105.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 132 | 92 | 0.39 | 0 | 0.30 | 0.48 | 133.85 | 0.25 | 0.42 |
| Hex | 50 | 84 | 5C | 27 | 0 | 1E | 30 | 86 | 19 | 2A |
| Octal | 120 | 204 | 134 | 47 | 0 | 36 | 60 | 206 | 31 | 52 |
| Binary | 1010000 | 10000100 | 1011100 | 100111 | 0 | 11110 | 110000 | 10000110 | 11001 | 101010 |
Color Harmonies of #50845C
Complementary color
Monochromatic Colors of #50845C
Black with #50845C
Text Example
Text Example
White with #50845C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50845C; }
p { color: rgb(80,132,92); }
H1.HeaderClassName
{
color: #50845C;
}
.AnyTagClassName
{
color: #50845C;
}
</style>
background-color css
<style>
a { background-color: #50845C; }
a { background-color: rgb(80,132,92); }
div.DivClassName
{
background-color: #50845C;
}
.BgClassName
{
background-color: #50845C;
}
</style>
border-color css
<style>
span { border-color: #50845C; }
span { border-color: rgb(80,132,92); }
td.TdClassName
{
border-color: #50845C;
}
.TagClassName
{
border-color: #50845C;
}
</style>