Shades of River Bed #556265
Tints of River Bed #556265
RGB
CMYK
RGB Variations
Color information
#556265 (or 0x556265) is known color: River Bed. HEX triplet: 55, 62 and 65. RGB value is (85,98,101). Sum of RGB (Red+Green+Blue) = 85+98+101=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 98 (38.67% from 255 or 34.51% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 101 - color contains mainly: blue. Hex color #556265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556265 is #AA9D9A. Grayscale: #5E5E5E. Windows color (decimal): -11181467 or 6644309. OLE color: 6644309.
HSL color Cylindrical-coordinate representation of color #556265: hue angle of 191.25º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #556265 is Cyan = 0.16, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 85 | 98 | 101 | - |
| CMYK | 0.16 | 0.03 | 0 | 0.60 |
| HSL | 191.25º | 0.09% | 0.36% | - |
| HSV(B) | 191.25º | 0.16% | 0.4% | - |
| XYZ | 10.46 | 11.61 | 14 | - |
| YUV | 94.46 | 131.69 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 98 | 101 | 0.16 | 0.03 | 0 | 0.60 | 191.25 | 0.09 | 0.36 |
| Hex | 55 | 62 | 65 | 10 | 3 | 0 | 3C | BF | 9 | 24 |
| Octal | 125 | 142 | 145 | 20 | 3 | 0 | 74 | 277 | 11 | 44 |
| Binary | 1010101 | 1100010 | 1100101 | 10000 | 11 | 0 | 111100 | 10111111 | 1001 | 100100 |
Color Harmonies of #556265
Complementary color
Monochromatic Colors of #556265
Black with #556265
Text Example
Text Example
White with #556265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #556265; }
p { color: rgb(85,98,101); }
H1.HeaderClassName
{
color: #556265;
}
.AnyTagClassName
{
color: #556265;
}
</style>
background-color css
<style>
a { background-color: #556265; }
a { background-color: rgb(85,98,101); }
div.DivClassName
{
background-color: #556265;
}
.BgClassName
{
background-color: #556265;
}
</style>
border-color css
<style>
span { border-color: #556265; }
span { border-color: rgb(85,98,101); }
td.TdClassName
{
border-color: #556265;
}
.TagClassName
{
border-color: #556265;
}
</style>