Shades of River Bed #55696A
Tints of River Bed #55696A
RGB
CMYK
RGB Variations
Color information
#55696A (or 0x55696A) is known color: River Bed. HEX triplet: 55, 69 and 6A. RGB value is (85,105,106). Sum of RGB (Red+Green+Blue) = 85+105+106=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 105 (41.41% from 255 or 35.47% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 106 - color contains mainly: blue. Hex color #55696A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55696A is #AA9695. Grayscale: #636363. Windows color (decimal): -11179670 or 6973781. OLE color: 6973781.
HSL color Cylindrical-coordinate representation of color #55696A: hue angle of 182.86º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #55696A is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 85 | 105 | 106 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.58 |
| HSL | 182.86º | 0.11% | 0.37% | - |
| HSV(B) | 182.86º | 0.2% | 0.42% | - |
| XYZ | 11.4 | 13.08 | 15.56 | - |
| YUV | 99.13 | 131.87 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 105 | 106 | 0.20 | 0.01 | 0 | 0.58 | 182.86 | 0.11 | 0.37 |
| Hex | 55 | 69 | 6A | 14 | 1 | 0 | 3A | B7 | B | 25 |
| Octal | 125 | 151 | 152 | 24 | 1 | 0 | 72 | 267 | 13 | 45 |
| Binary | 1010101 | 1101001 | 1101010 | 10100 | 1 | 0 | 111010 | 10110111 | 1011 | 100101 |
Color Harmonies of #55696A
Complementary color
Monochromatic Colors of #55696A
Black with #55696A
Text Example
Text Example
White with #55696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55696A; }
p { color: rgb(85,105,106); }
H1.HeaderClassName
{
color: #55696A;
}
.AnyTagClassName
{
color: #55696A;
}
</style>
background-color css
<style>
a { background-color: #55696A; }
a { background-color: rgb(85,105,106); }
div.DivClassName
{
background-color: #55696A;
}
.BgClassName
{
background-color: #55696A;
}
</style>
border-color css
<style>
span { border-color: #55696A; }
span { border-color: rgb(85,105,106); }
td.TdClassName
{
border-color: #55696A;
}
.TagClassName
{
border-color: #55696A;
}
</style>