Shades of Como #507A66
Tints of Como #507A66
RGB
CMYK
RGB Variations
Color information
#507A66 (or 0x507A66) is known color: Como. HEX triplet: 50, 7A and 66. RGB value is (80,122,102). Sum of RGB (Red+Green+Blue) = 80+122+102=304 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.32% from 304); Green value is 122 (48.05% from 255 or 40.13% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 122 - color contains mainly: green. Hex color #507A66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507A66 is #AF8599. Grayscale: #6B6B6B. Windows color (decimal): -11503002 or 6715984. OLE color: 6715984.
HSL color Cylindrical-coordinate representation of color #507A66: hue angle of 151.43º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #507A66 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 80 | 122 | 102 | - |
| CMYK | 0.34 | 0 | 0.16 | 0.52 |
| HSL | 151.43º | 0.21% | 0.4% | - |
| HSV(B) | 151.43º | 0.34% | 0.48% | - |
| XYZ | 12.67 | 16.58 | 15.1 | - |
| YUV | 107.16 | 125.09 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 122 | 102 | 0.34 | 0 | 0.16 | 0.52 | 151.43 | 0.21 | 0.4 |
| Hex | 50 | 7A | 66 | 22 | 0 | 10 | 34 | 97 | 15 | 28 |
| Octal | 120 | 172 | 146 | 42 | 0 | 20 | 64 | 227 | 25 | 50 |
| Binary | 1010000 | 1111010 | 1100110 | 100010 | 0 | 10000 | 110100 | 10010111 | 10101 | 101000 |
Color Harmonies of #507A66
Complementary color
Monochromatic Colors of #507A66
Black with #507A66
Text Example
Text Example
White with #507A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507A66; }
p { color: rgb(80,122,102); }
H1.HeaderClassName
{
color: #507A66;
}
.AnyTagClassName
{
color: #507A66;
}
</style>
background-color css
<style>
a { background-color: #507A66; }
a { background-color: rgb(80,122,102); }
div.DivClassName
{
background-color: #507A66;
}
.BgClassName
{
background-color: #507A66;
}
</style>
border-color css
<style>
span { border-color: #507A66; }
span { border-color: rgb(80,122,102); }
td.TdClassName
{
border-color: #507A66;
}
.TagClassName
{
border-color: #507A66;
}
</style>