Shades of River Bed #546869
Tints of River Bed #546869
RGB
CMYK
RGB Variations
Color information
#546869 (or 0x546869) is known color: River Bed. HEX triplet: 54, 68 and 69. RGB value is (84,104,105). Sum of RGB (Red+Green+Blue) = 84+104+105=293 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.67% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 105 (41.41% from 255 or 35.84% from 293); Max value from RGB is 105 - color contains mainly: blue. Hex color #546869 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546869 is #AB9796. Grayscale: #626262. Windows color (decimal): -11245463 or 6907988. OLE color: 6907988.
HSL color Cylindrical-coordinate representation of color #546869: hue angle of 182.86º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #546869 is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 84 | 104 | 105 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.59 |
| HSL | 182.86º | 0.11% | 0.37% | - |
| HSV(B) | 182.86º | 0.2% | 0.41% | - |
| XYZ | 11.16 | 12.81 | 15.25 | - |
| YUV | 98.13 | 131.87 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 104 | 105 | 0.20 | 0.01 | 0 | 0.59 | 182.86 | 0.11 | 0.37 |
| Hex | 54 | 68 | 69 | 14 | 1 | 0 | 3B | B7 | B | 25 |
| Octal | 124 | 150 | 151 | 24 | 1 | 0 | 73 | 267 | 13 | 45 |
| Binary | 1010100 | 1101000 | 1101001 | 10100 | 1 | 0 | 111011 | 10110111 | 1011 | 100101 |
Color Harmonies of #546869
Complementary color
Monochromatic Colors of #546869
Black with #546869
Text Example
Text Example
White with #546869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546869; }
p { color: rgb(84,104,105); }
H1.HeaderClassName
{
color: #546869;
}
.AnyTagClassName
{
color: #546869;
}
</style>
background-color css
<style>
a { background-color: #546869; }
a { background-color: rgb(84,104,105); }
div.DivClassName
{
background-color: #546869;
}
.BgClassName
{
background-color: #546869;
}
</style>
border-color css
<style>
span { border-color: #546869; }
span { border-color: rgb(84,104,105); }
td.TdClassName
{
border-color: #546869;
}
.TagClassName
{
border-color: #546869;
}
</style>