Shades of Como #507F5C
Tints of Como #507F5C
RGB
CMYK
RGB Variations
Color information
#507F5C (or 0x507F5C) is known color: Como. HEX triplet: 50, 7F and 5C. RGB value is (80,127,92). Sum of RGB (Red+Green+Blue) = 80+127+92=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 127 (50% from 255 or 42.47% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 127 - color contains mainly: green. Hex color #507F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507F5C is #AF80A3. Grayscale: #6D6D6D. Windows color (decimal): -11501732 or 6061904. OLE color: 6061904.
HSL color Cylindrical-coordinate representation of color #507F5C: hue angle of 135.32º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #507F5C is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 127 | 92 | - |
| CMYK | 0.37 | 0 | 0.28 | 0.50 |
| HSL | 135.32º | 0.23% | 0.41% | - |
| HSV(B) | 135.32º | 0.37% | 0.5% | - |
| XYZ | 12.83 | 17.66 | 12.86 | - |
| YUV | 108.96 | 118.43 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 127 | 92 | 0.37 | 0 | 0.28 | 0.50 | 135.32 | 0.23 | 0.41 |
| Hex | 50 | 7F | 5C | 25 | 0 | 1C | 32 | 87 | 17 | 29 |
| Octal | 120 | 177 | 134 | 45 | 0 | 34 | 62 | 207 | 27 | 51 |
| Binary | 1010000 | 1111111 | 1011100 | 100101 | 0 | 11100 | 110010 | 10000111 | 10111 | 101001 |
Color Harmonies of #507F5C
Complementary color
Monochromatic Colors of #507F5C
Black with #507F5C
Text Example
Text Example
White with #507F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507F5C; }
p { color: rgb(80,127,92); }
H1.HeaderClassName
{
color: #507F5C;
}
.AnyTagClassName
{
color: #507F5C;
}
</style>
background-color css
<style>
a { background-color: #507F5C; }
a { background-color: rgb(80,127,92); }
div.DivClassName
{
background-color: #507F5C;
}
.BgClassName
{
background-color: #507F5C;
}
</style>
border-color css
<style>
span { border-color: #507F5C; }
span { border-color: rgb(80,127,92); }
td.TdClassName
{
border-color: #507F5C;
}
.TagClassName
{
border-color: #507F5C;
}
</style>