Shades of River Bed #506264
Tints of River Bed #506264
RGB
CMYK
RGB Variations
Color information
#506264 (or 0x506264) is known color: River Bed. HEX triplet: 50, 62 and 64. RGB value is (80,98,100). Sum of RGB (Red+Green+Blue) = 80+98+100=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 98 (38.67% from 255 or 35.25% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 100 - color contains mainly: blue. Hex color #506264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506264 is #AF9D9B. Grayscale: #5C5C5C. Windows color (decimal): -11509148 or 6578768. OLE color: 6578768.
HSL color Cylindrical-coordinate representation of color #506264: hue angle of 186º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #506264 is Cyan = 0.2, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 80 | 98 | 100 | - |
| CMYK | 0.2 | 0.02 | 0 | 0.61 |
| HSL | 186º | 0.11% | 0.35% | - |
| HSV(B) | 186º | 0.2% | 0.39% | - |
| XYZ | 9.98 | 11.36 | 13.72 | - |
| YUV | 92.85 | 132.04 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 98 | 100 | 0.2 | 0.02 | 0 | 0.61 | 186 | 0.11 | 0.35 |
| Hex | 50 | 62 | 64 | 14 | 2 | 0 | 3D | BA | B | 23 |
| Octal | 120 | 142 | 144 | 24 | 2 | 0 | 75 | 272 | 13 | 43 |
| Binary | 1010000 | 1100010 | 1100100 | 10100 | 10 | 0 | 111101 | 10111010 | 1011 | 100011 |
Color Harmonies of #506264
Complementary color
Monochromatic Colors of #506264
Black with #506264
Text Example
Text Example
White with #506264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #506264; }
p { color: rgb(80,98,100); }
H1.HeaderClassName
{
color: #506264;
}
.AnyTagClassName
{
color: #506264;
}
</style>
background-color css
<style>
a { background-color: #506264; }
a { background-color: rgb(80,98,100); }
div.DivClassName
{
background-color: #506264;
}
.BgClassName
{
background-color: #506264;
}
</style>
border-color css
<style>
span { border-color: #506264; }
span { border-color: rgb(80,98,100); }
td.TdClassName
{
border-color: #506264;
}
.TagClassName
{
border-color: #506264;
}
</style>