Shades of River Bed #55595A
Tints of River Bed #55595A
RGB
CMYK
RGB Variations
Color information
#55595A (or 0x55595A) is known color: River Bed. HEX triplet: 55, 59 and 5A. RGB value is (85,89,90). Sum of RGB (Red+Green+Blue) = 85+89+90=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 89 (35.16% from 255 or 33.71% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 90 - color contains mainly: blue. Hex color #55595A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55595A is #AAA6A5. Grayscale: #575757. Windows color (decimal): -11183782 or 5921109. OLE color: 5921109.
HSL color Cylindrical-coordinate representation of color #55595A: hue angle of 192º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #55595A is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 85 | 89 | 90 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.65 |
| HSL | 192º | 0.03% | 0.34% | - |
| HSV(B) | 192º | 0.06% | 0.35% | - |
| XYZ | 9.16 | 9.81 | 11.08 | - |
| YUV | 87.92 | 129.17 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 89 | 90 | 0.06 | 0.01 | 0 | 0.65 | 192 | 0.03 | 0.34 |
| Hex | 55 | 59 | 5A | 6 | 1 | 0 | 41 | C0 | 3 | 22 |
| Octal | 125 | 131 | 132 | 6 | 1 | 0 | 101 | 300 | 3 | 42 |
| Binary | 1010101 | 1011001 | 1011010 | 110 | 1 | 0 | 1000001 | 11000000 | 11 | 100010 |
Color Harmonies of #55595A
Complementary color
Monochromatic Colors of #55595A
Black with #55595A
Text Example
Text Example
White with #55595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55595A; }
p { color: rgb(85,89,90); }
H1.HeaderClassName
{
color: #55595A;
}
.AnyTagClassName
{
color: #55595A;
}
</style>
background-color css
<style>
a { background-color: #55595A; }
a { background-color: rgb(85,89,90); }
div.DivClassName
{
background-color: #55595A;
}
.BgClassName
{
background-color: #55595A;
}
</style>
border-color css
<style>
span { border-color: #55595A; }
span { border-color: rgb(85,89,90); }
td.TdClassName
{
border-color: #55595A;
}
.TagClassName
{
border-color: #55595A;
}
</style>