Shades of River Bed #54696A
Tints of River Bed #54696A
RGB
CMYK
RGB Variations
Color information
#54696A (or 0x54696A) is known color: River Bed. HEX triplet: 54, 69 and 6A. RGB value is (84,105,106). Sum of RGB (Red+Green+Blue) = 84+105+106=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 106 - color contains mainly: blue. Hex color #54696A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54696A is #AB9695. Grayscale: #626262. Windows color (decimal): -11245206 or 6973780. OLE color: 6973780.
HSL color Cylindrical-coordinate representation of color #54696A: hue angle of 182.73º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #54696A is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 105 | 106 | - |
| CMYK | 0.21 | 0.01 | 0 | 0.58 |
| HSL | 182.73º | 0.12% | 0.37% | - |
| HSV(B) | 182.73º | 0.21% | 0.42% | - |
| XYZ | 11.31 | 13.03 | 15.55 | - |
| YUV | 98.84 | 132.04 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 105 | 106 | 0.21 | 0.01 | 0 | 0.58 | 182.73 | 0.12 | 0.37 |
| Hex | 54 | 69 | 6A | 15 | 1 | 0 | 3A | B7 | C | 25 |
| Octal | 124 | 151 | 152 | 25 | 1 | 0 | 72 | 267 | 14 | 45 |
| Binary | 1010100 | 1101001 | 1101010 | 10101 | 1 | 0 | 111010 | 10110111 | 1100 | 100101 |
Color Harmonies of #54696A
Complementary color
Monochromatic Colors of #54696A
Black with #54696A
Text Example
Text Example
White with #54696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54696A; }
p { color: rgb(84,105,106); }
H1.HeaderClassName
{
color: #54696A;
}
.AnyTagClassName
{
color: #54696A;
}
</style>
background-color css
<style>
a { background-color: #54696A; }
a { background-color: rgb(84,105,106); }
div.DivClassName
{
background-color: #54696A;
}
.BgClassName
{
background-color: #54696A;
}
</style>
border-color css
<style>
span { border-color: #54696A; }
span { border-color: rgb(84,105,106); }
td.TdClassName
{
border-color: #54696A;
}
.TagClassName
{
border-color: #54696A;
}
</style>