Shades of Como #507F65
Tints of Como #507F65
RGB
CMYK
RGB Variations
Color information
#507F65 (or 0x507F65) is known color: Como. HEX triplet: 50, 7F and 65. RGB value is (80,127,101). Sum of RGB (Red+Green+Blue) = 80+127+101=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 127 (50% from 255 or 41.23% from 308); Blue value is 101 (39.84% from 255 or 32.79% from 308); Max value from RGB is 127 - color contains mainly: green. Hex color #507F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507F65 is #AF809A. Grayscale: #6E6E6E. Windows color (decimal): -11501723 or 6651728. OLE color: 6651728.
HSL color Cylindrical-coordinate representation of color #507F65: hue angle of 146.81º 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 #507F65 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 127 | 101 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.50 |
| HSL | 146.81º | 0.23% | 0.41% | - |
| HSV(B) | 146.81º | 0.37% | 0.5% | - |
| XYZ | 13.25 | 17.82 | 15.05 | - |
| YUV | 109.98 | 122.93 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 127 | 101 | 0.37 | 0 | 0.20 | 0.50 | 146.81 | 0.23 | 0.41 |
| Hex | 50 | 7F | 65 | 25 | 0 | 14 | 32 | 93 | 17 | 29 |
| Octal | 120 | 177 | 145 | 45 | 0 | 24 | 62 | 223 | 27 | 51 |
| Binary | 1010000 | 1111111 | 1100101 | 100101 | 0 | 10100 | 110010 | 10010011 | 10111 | 101001 |
Color Harmonies of #507F65
Complementary color
Monochromatic Colors of #507F65
Black with #507F65
Text Example
Text Example
White with #507F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507F65; }
p { color: rgb(80,127,101); }
H1.HeaderClassName
{
color: #507F65;
}
.AnyTagClassName
{
color: #507F65;
}
</style>
background-color css
<style>
a { background-color: #507F65; }
a { background-color: rgb(80,127,101); }
div.DivClassName
{
background-color: #507F65;
}
.BgClassName
{
background-color: #507F65;
}
</style>
border-color css
<style>
span { border-color: #507F65; }
span { border-color: rgb(80,127,101); }
td.TdClassName
{
border-color: #507F65;
}
.TagClassName
{
border-color: #507F65;
}
</style>