Shades of River Bed #546563
Tints of River Bed #546563
RGB
CMYK
RGB Variations
Color information
#546563 (or 0x546563) is known color: River Bed. HEX triplet: 54, 65 and 63. RGB value is (84,101,99). Sum of RGB (Red+Green+Blue) = 84+101+99=284 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.58% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 101 - color contains mainly: green. Hex color #546563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #546563 is #AB9A9C. Grayscale: #5F5F5F. Windows color (decimal): -11246237 or 6514004. OLE color: 6514004.
HSL color Cylindrical-coordinate representation of color #546563: hue angle of 172.94º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #546563 is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 84 | 101 | 99 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.60 |
| HSL | 172.94º | 0.09% | 0.36% | - |
| HSV(B) | 172.94º | 0.17% | 0.4% | - |
| XYZ | 10.56 | 12.09 | 13.58 | - |
| YUV | 95.69 | 129.87 | 119.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 101 | 99 | 0.17 | 0 | 0.02 | 0.60 | 172.94 | 0.09 | 0.36 |
| Hex | 54 | 65 | 63 | 11 | 0 | 2 | 3C | AD | 9 | 24 |
| Octal | 124 | 145 | 143 | 21 | 0 | 2 | 74 | 255 | 11 | 44 |
| Binary | 1010100 | 1100101 | 1100011 | 10001 | 0 | 10 | 111100 | 10101101 | 1001 | 100100 |
Color Harmonies of #546563
Complementary color
Monochromatic Colors of #546563
Black with #546563
Text Example
Text Example
White with #546563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #546563; }
p { color: rgb(84,101,99); }
H1.HeaderClassName
{
color: #546563;
}
.AnyTagClassName
{
color: #546563;
}
</style>
background-color css
<style>
a { background-color: #546563; }
a { background-color: rgb(84,101,99); }
div.DivClassName
{
background-color: #546563;
}
.BgClassName
{
background-color: #546563;
}
</style>
border-color css
<style>
span { border-color: #546563; }
span { border-color: rgb(84,101,99); }
td.TdClassName
{
border-color: #546563;
}
.TagClassName
{
border-color: #546563;
}
</style>