Shades of River Bed #545A5B
Tints of River Bed #545A5B
RGB
CMYK
RGB Variations
Color information
#545A5B (or 0x545A5B) is known color: River Bed. HEX triplet: 54, 5A and 5B. RGB value is (84,90,91). Sum of RGB (Red+Green+Blue) = 84+90+91=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 91 (35.94% from 255 or 34.34% from 265); Max value from RGB is 91 - color contains mainly: blue. Hex color #545A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #545A5B is #ABA5A4. Grayscale: #585858. Windows color (decimal): -11249061 or 5986900. OLE color: 5986900.
HSL color Cylindrical-coordinate representation of color #545A5B: hue angle of 188.57º degrees, saturation: 0.04, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #545A5B is Cyan = 0.08, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 84 | 90 | 91 | - |
| CMYK | 0.08 | 0.01 | 0 | 0.64 |
| HSL | 188.57º | 0.04% | 0.34% | - |
| HSV(B) | 188.57º | 0.08% | 0.36% | - |
| XYZ | 9.2 | 9.95 | 11.33 | - |
| YUV | 88.32 | 129.51 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 90 | 91 | 0.08 | 0.01 | 0 | 0.64 | 188.57 | 0.04 | 0.34 |
| Hex | 54 | 5A | 5B | 8 | 1 | 0 | 40 | BD | 4 | 22 |
| Octal | 124 | 132 | 133 | 10 | 1 | 0 | 100 | 275 | 4 | 42 |
| Binary | 1010100 | 1011010 | 1011011 | 1000 | 1 | 0 | 1000000 | 10111101 | 100 | 100010 |
Color Harmonies of #545A5B
Complementary color
Monochromatic Colors of #545A5B
Black with #545A5B
Text Example
Text Example
White with #545A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545A5B; }
p { color: rgb(84,90,91); }
H1.HeaderClassName
{
color: #545A5B;
}
.AnyTagClassName
{
color: #545A5B;
}
</style>
background-color css
<style>
a { background-color: #545A5B; }
a { background-color: rgb(84,90,91); }
div.DivClassName
{
background-color: #545A5B;
}
.BgClassName
{
background-color: #545A5B;
}
</style>
border-color css
<style>
span { border-color: #545A5B; }
span { border-color: rgb(84,90,91); }
td.TdClassName
{
border-color: #545A5B;
}
.TagClassName
{
border-color: #545A5B;
}
</style>