Shades of Como #507C65
Tints of Como #507C65
RGB
CMYK
RGB Variations
Color information
#507C65 (or 0x507C65) is known color: Como. HEX triplet: 50, 7C and 65. RGB value is (80,124,101). Sum of RGB (Red+Green+Blue) = 80+124+101=305 (40% of max value = 765). Red value is 80 (31.64% from 255 or 26.23% from 305); Green value is 124 (48.83% from 255 or 40.66% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 124 - color contains mainly: green. Hex color #507C65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507C65 is #AF839A. Grayscale: #6C6C6C. Windows color (decimal): -11502491 or 6650960. OLE color: 6650960.
HSL color Cylindrical-coordinate representation of color #507C65: hue angle of 148.64º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #507C65 is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 124 | 101 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.51 |
| HSL | 148.64º | 0.22% | 0.4% | - |
| HSV(B) | 148.64º | 0.35% | 0.49% | - |
| XYZ | 12.86 | 17.06 | 14.93 | - |
| YUV | 108.22 | 123.92 | 107.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 124 | 101 | 0.35 | 0 | 0.19 | 0.51 | 148.64 | 0.22 | 0.4 |
| Hex | 50 | 7C | 65 | 23 | 0 | 13 | 33 | 95 | 16 | 28 |
| Octal | 120 | 174 | 145 | 43 | 0 | 23 | 63 | 225 | 26 | 50 |
| Binary | 1010000 | 1111100 | 1100101 | 100011 | 0 | 10011 | 110011 | 10010101 | 10110 | 101000 |
Color Harmonies of #507C65
Complementary color
Monochromatic Colors of #507C65
Black with #507C65
Text Example
Text Example
White with #507C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507C65; }
p { color: rgb(80,124,101); }
H1.HeaderClassName
{
color: #507C65;
}
.AnyTagClassName
{
color: #507C65;
}
</style>
background-color css
<style>
a { background-color: #507C65; }
a { background-color: rgb(80,124,101); }
div.DivClassName
{
background-color: #507C65;
}
.BgClassName
{
background-color: #507C65;
}
</style>
border-color css
<style>
span { border-color: #507C65; }
span { border-color: rgb(80,124,101); }
td.TdClassName
{
border-color: #507C65;
}
.TagClassName
{
border-color: #507C65;
}
</style>