Shades of Como #507D67
Tints of Como #507D67
RGB
CMYK
RGB Variations
Color information
#507D67 (or 0x507D67) is known color: Como. HEX triplet: 50, 7D and 67. RGB value is (80,125,103). Sum of RGB (Red+Green+Blue) = 80+125+103=308 (40% of max value = 765). Red value is 80 (31.64% from 255 or 25.97% from 308); Green value is 125 (49.22% from 255 or 40.58% from 308); Blue value is 103 (40.62% from 255 or 33.44% from 308); Max value from RGB is 125 - color contains mainly: green. Hex color #507D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507D67 is #AF8298. Grayscale: #6D6D6D. Windows color (decimal): -11502233 or 6782288. OLE color: 6782288.
HSL color Cylindrical-coordinate representation of color #507D67: hue angle of 150.67º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #507D67 is Cyan = 0.36, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 80 | 125 | 103 | - |
| CMYK | 0.36 | 0 | 0.18 | 0.51 |
| HSL | 150.67º | 0.22% | 0.4% | - |
| HSV(B) | 150.67º | 0.36% | 0.49% | - |
| XYZ | 13.09 | 17.35 | 15.49 | - |
| YUV | 109.04 | 124.59 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 125 | 103 | 0.36 | 0 | 0.18 | 0.51 | 150.67 | 0.22 | 0.4 |
| Hex | 50 | 7D | 67 | 24 | 0 | 12 | 33 | 97 | 16 | 28 |
| Octal | 120 | 175 | 147 | 44 | 0 | 22 | 63 | 227 | 26 | 50 |
| Binary | 1010000 | 1111101 | 1100111 | 100100 | 0 | 10010 | 110011 | 10010111 | 10110 | 101000 |
Color Harmonies of #507D67
Complementary color
Monochromatic Colors of #507D67
Black with #507D67
Text Example
Text Example
White with #507D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #507D67; }
p { color: rgb(80,125,103); }
H1.HeaderClassName
{
color: #507D67;
}
.AnyTagClassName
{
color: #507D67;
}
</style>
background-color css
<style>
a { background-color: #507D67; }
a { background-color: rgb(80,125,103); }
div.DivClassName
{
background-color: #507D67;
}
.BgClassName
{
background-color: #507D67;
}
</style>
border-color css
<style>
span { border-color: #507D67; }
span { border-color: rgb(80,125,103); }
td.TdClassName
{
border-color: #507D67;
}
.TagClassName
{
border-color: #507D67;
}
</style>