Shades of River Bed #555E5F
Tints of River Bed #555E5F
RGB
CMYK
RGB Variations
Color information
#555E5F (or 0x555E5F) is known color: River Bed. HEX triplet: 55, 5E and 5F. RGB value is (85,94,95). Sum of RGB (Red+Green+Blue) = 85+94+95=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 94 (37.11% from 255 or 34.31% from 274); Blue value is 95 (37.5% from 255 or 34.67% from 274); Max value from RGB is 95 - color contains mainly: blue. Hex color #555E5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555E5F is #AAA1A0. Grayscale: #5B5B5B. Windows color (decimal): -11182497 or 6250069. OLE color: 6250069.
HSL color Cylindrical-coordinate representation of color #555E5F: hue angle of 186º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #555E5F is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 85 | 94 | 95 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.63 |
| HSL | 186º | 0.06% | 0.35% | - |
| HSV(B) | 186º | 0.11% | 0.37% | - |
| XYZ | 9.81 | 10.76 | 12.39 | - |
| YUV | 91.42 | 130.02 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 94 | 95 | 0.11 | 0.01 | 0 | 0.63 | 186 | 0.06 | 0.35 |
| Hex | 55 | 5E | 5F | B | 1 | 0 | 3F | BA | 6 | 23 |
| Octal | 125 | 136 | 137 | 13 | 1 | 0 | 77 | 272 | 6 | 43 |
| Binary | 1010101 | 1011110 | 1011111 | 1011 | 1 | 0 | 111111 | 10111010 | 110 | 100011 |
Color Harmonies of #555E5F
Complementary color
Monochromatic Colors of #555E5F
Black with #555E5F
Text Example
Text Example
White with #555E5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #555E5F; }
p { color: rgb(85,94,95); }
H1.HeaderClassName
{
color: #555E5F;
}
.AnyTagClassName
{
color: #555E5F;
}
</style>
background-color css
<style>
a { background-color: #555E5F; }
a { background-color: rgb(85,94,95); }
div.DivClassName
{
background-color: #555E5F;
}
.BgClassName
{
background-color: #555E5F;
}
</style>
border-color css
<style>
span { border-color: #555E5F; }
span { border-color: rgb(85,94,95); }
td.TdClassName
{
border-color: #555E5F;
}
.TagClassName
{
border-color: #555E5F;
}
</style>