Shades of Como #507F66
Tints of Como #507F66
RGB
CMYK
RGB Variations
Color information
#507F66 (or 0x507F66) is known color: Como. HEX triplet: 50, 7F and 66. RGB value is (80,127,102). Sum of RGB (Red+Green+Blue) = 80+127+102=309 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.89% from 309); Green value is 127 (50% from 255 or 41.10% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 127 - color contains mainly: green. Hex color #507F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507F66 is #AF8099. Grayscale: #6E6E6E. Windows color (decimal): -11501722 or 6717264. OLE color: 6717264.
HSL color Cylindrical-coordinate representation of color #507F66: hue angle of 148.09º 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 #507F66 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 80 | 127 | 102 | - |
| CMYK | 0.37 | 0 | 0.20 | 0.50 |
| HSL | 148.09º | 0.23% | 0.41% | - |
| HSV(B) | 148.09º | 0.37% | 0.5% | - |
| XYZ | 13.3 | 17.84 | 15.31 | - |
| YUV | 110.1 | 123.43 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 127 | 102 | 0.37 | 0 | 0.20 | 0.50 | 148.09 | 0.23 | 0.41 |
| Hex | 50 | 7F | 66 | 25 | 0 | 14 | 32 | 94 | 17 | 29 |
| Octal | 120 | 177 | 146 | 45 | 0 | 24 | 62 | 224 | 27 | 51 |
| Binary | 1010000 | 1111111 | 1100110 | 100101 | 0 | 10100 | 110010 | 10010100 | 10111 | 101001 |
Color Harmonies of #507F66
Complementary color
Monochromatic Colors of #507F66
Black with #507F66
Text Example
Text Example
White with #507F66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507F66; }
p { color: rgb(80,127,102); }
H1.HeaderClassName
{
color: #507F66;
}
.AnyTagClassName
{
color: #507F66;
}
</style>
background-color css
<style>
a { background-color: #507F66; }
a { background-color: rgb(80,127,102); }
div.DivClassName
{
background-color: #507F66;
}
.BgClassName
{
background-color: #507F66;
}
</style>
border-color css
<style>
span { border-color: #507F66; }
span { border-color: rgb(80,127,102); }
td.TdClassName
{
border-color: #507F66;
}
.TagClassName
{
border-color: #507F66;
}
</style>