Shades of River Bed #556264
Tints of River Bed #556264
RGB
CMYK
RGB Variations
Color information
#556264 (or 0x556264) is known color: River Bed. HEX triplet: 55, 62 and 64. RGB value is (85,98,100). Sum of RGB (Red+Green+Blue) = 85+98+100=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 100 - color contains mainly: blue. Hex color #556264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556264 is #AA9D9B. Grayscale: #5E5E5E. Windows color (decimal): -11181468 or 6578773. OLE color: 6578773.
HSL color Cylindrical-coordinate representation of color #556264: hue angle of 188º degrees, saturation: 0.08, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #556264 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 85 | 98 | 100 | - |
| CMYK | 0.15 | 0.02 | 0 | 0.61 |
| HSL | 188º | 0.08% | 0.36% | - |
| HSV(B) | 188º | 0.15% | 0.39% | - |
| XYZ | 10.41 | 11.59 | 13.74 | - |
| YUV | 94.34 | 131.19 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 98 | 100 | 0.15 | 0.02 | 0 | 0.61 | 188 | 0.08 | 0.36 |
| Hex | 55 | 62 | 64 | F | 2 | 0 | 3D | BC | 8 | 24 |
| Octal | 125 | 142 | 144 | 17 | 2 | 0 | 75 | 274 | 10 | 44 |
| Binary | 1010101 | 1100010 | 1100100 | 1111 | 10 | 0 | 111101 | 10111100 | 1000 | 100100 |
Color Harmonies of #556264
Complementary color
Monochromatic Colors of #556264
Black with #556264
Text Example
Text Example
White with #556264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556264; }
p { color: rgb(85,98,100); }
H1.HeaderClassName
{
color: #556264;
}
.AnyTagClassName
{
color: #556264;
}
</style>
background-color css
<style>
a { background-color: #556264; }
a { background-color: rgb(85,98,100); }
div.DivClassName
{
background-color: #556264;
}
.BgClassName
{
background-color: #556264;
}
</style>
border-color css
<style>
span { border-color: #556264; }
span { border-color: rgb(85,98,100); }
td.TdClassName
{
border-color: #556264;
}
.TagClassName
{
border-color: #556264;
}
</style>