Shades of River Bed #56676A
Tints of River Bed #56676A
RGB
CMYK
RGB Variations
Color information
#56676A (or 0x56676A) is known color: River Bed. HEX triplet: 56, 67 and 6A. RGB value is (86,103,106). Sum of RGB (Red+Green+Blue) = 86+103+106=295 (39% of max value = 765). Red value is 86 (33.98% from 255 or 29.15% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 106 - color contains mainly: blue. Hex color #56676A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56676A is #A99895. Grayscale: #626262. Windows color (decimal): -11114646 or 6973270. OLE color: 6973270.
HSL color Cylindrical-coordinate representation of color #56676A: hue angle of 189º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #56676A is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 86 | 103 | 106 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.58 |
| HSL | 189º | 0.1% | 0.38% | - |
| HSV(B) | 189º | 0.19% | 0.42% | - |
| XYZ | 11.29 | 12.72 | 15.5 | - |
| YUV | 98.26 | 132.37 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 103 | 106 | 0.19 | 0.03 | 0 | 0.58 | 189 | 0.1 | 0.38 |
| Hex | 56 | 67 | 6A | 13 | 3 | 0 | 3A | BD | A | 26 |
| Octal | 126 | 147 | 152 | 23 | 3 | 0 | 72 | 275 | 12 | 46 |
| Binary | 1010110 | 1100111 | 1101010 | 10011 | 11 | 0 | 111010 | 10111101 | 1010 | 100110 |
Color Harmonies of #56676A
Complementary color
Monochromatic Colors of #56676A
Black with #56676A
Text Example
Text Example
White with #56676A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56676A; }
p { color: rgb(86,103,106); }
H1.HeaderClassName
{
color: #56676A;
}
.AnyTagClassName
{
color: #56676A;
}
</style>
background-color css
<style>
a { background-color: #56676A; }
a { background-color: rgb(86,103,106); }
div.DivClassName
{
background-color: #56676A;
}
.BgClassName
{
background-color: #56676A;
}
</style>
border-color css
<style>
span { border-color: #56676A; }
span { border-color: rgb(86,103,106); }
td.TdClassName
{
border-color: #56676A;
}
.TagClassName
{
border-color: #56676A;
}
</style>