Shades of River Bed #556568
Tints of River Bed #556568
RGB
CMYK
RGB Variations
Color information
#556568 (or 0x556568) is known color: River Bed. HEX triplet: 55, 65 and 68. RGB value is (85,101,104). Sum of RGB (Red+Green+Blue) = 85+101+104=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 101 (39.84% from 255 or 34.83% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 104 - color contains mainly: blue. Hex color #556568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556568 is #AA9A97. Grayscale: #606060. Windows color (decimal): -11180696 or 6841685. OLE color: 6841685.
HSL color Cylindrical-coordinate representation of color #556568: hue angle of 189.47º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #556568 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 101 | 104 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.59 |
| HSL | 189.47º | 0.1% | 0.37% | - |
| HSV(B) | 189.47º | 0.18% | 0.41% | - |
| XYZ | 10.9 | 12.24 | 14.88 | - |
| YUV | 96.56 | 132.2 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 101 | 104 | 0.18 | 0.03 | 0 | 0.59 | 189.47 | 0.1 | 0.37 |
| Hex | 55 | 65 | 68 | 12 | 3 | 0 | 3B | BD | A | 25 |
| Octal | 125 | 145 | 150 | 22 | 3 | 0 | 73 | 275 | 12 | 45 |
| Binary | 1010101 | 1100101 | 1101000 | 10010 | 11 | 0 | 111011 | 10111101 | 1010 | 100101 |
Color Harmonies of #556568
Complementary color
Monochromatic Colors of #556568
Black with #556568
Text Example
Text Example
White with #556568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556568; }
p { color: rgb(85,101,104); }
H1.HeaderClassName
{
color: #556568;
}
.AnyTagClassName
{
color: #556568;
}
</style>
background-color css
<style>
a { background-color: #556568; }
a { background-color: rgb(85,101,104); }
div.DivClassName
{
background-color: #556568;
}
.BgClassName
{
background-color: #556568;
}
</style>
border-color css
<style>
span { border-color: #556568; }
span { border-color: rgb(85,101,104); }
td.TdClassName
{
border-color: #556568;
}
.TagClassName
{
border-color: #556568;
}
</style>