Shades of River Bed #556669
Tints of River Bed #556669
RGB
CMYK
RGB Variations
Color information
#556669 (or 0x556669) is known color: River Bed. HEX triplet: 55, 66 and 69. RGB value is (85,102,105). Sum of RGB (Red+Green+Blue) = 85+102+105=292 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.11% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 105 - color contains mainly: blue. Hex color #556669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556669 is #AA9996. Grayscale: #616161. Windows color (decimal): -11180439 or 6907477. OLE color: 6907477.
HSL color Cylindrical-coordinate representation of color #556669: hue angle of 189º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #556669 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 85 | 102 | 105 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.59 |
| HSL | 189º | 0.11% | 0.37% | - |
| HSV(B) | 189º | 0.19% | 0.41% | - |
| XYZ | 11.05 | 12.45 | 15.19 | - |
| YUV | 97.26 | 132.37 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 102 | 105 | 0.19 | 0.03 | 0 | 0.59 | 189 | 0.11 | 0.37 |
| Hex | 55 | 66 | 69 | 13 | 3 | 0 | 3B | BD | B | 25 |
| Octal | 125 | 146 | 151 | 23 | 3 | 0 | 73 | 275 | 13 | 45 |
| Binary | 1010101 | 1100110 | 1101001 | 10011 | 11 | 0 | 111011 | 10111101 | 1011 | 100101 |
Color Harmonies of #556669
Complementary color
Monochromatic Colors of #556669
Black with #556669
Text Example
Text Example
White with #556669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556669; }
p { color: rgb(85,102,105); }
H1.HeaderClassName
{
color: #556669;
}
.AnyTagClassName
{
color: #556669;
}
</style>
background-color css
<style>
a { background-color: #556669; }
a { background-color: rgb(85,102,105); }
div.DivClassName
{
background-color: #556669;
}
.BgClassName
{
background-color: #556669;
}
</style>
border-color css
<style>
span { border-color: #556669; }
span { border-color: rgb(85,102,105); }
td.TdClassName
{
border-color: #556669;
}
.TagClassName
{
border-color: #556669;
}
</style>