Shades of River Bed #5B6566
Tints of River Bed #5B6566
RGB
CMYK
RGB Variations
Color information
#5B6566 (or 0x5B6566) is known color: River Bed. HEX triplet: 5B, 65 and 66. RGB value is (91,101,102). Sum of RGB (Red+Green+Blue) = 91+101+102=294 (38% of max value = 765). Red value is 91 (35.94% from 255 or 30.95% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 102 - color contains mainly: blue. Hex color #5B6566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6566 is #A49A99. Grayscale: #626262. Windows color (decimal): -10787482 or 6710619. OLE color: 6710619.
HSL color Cylindrical-coordinate representation of color #5B6566: hue angle of 185.45º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5B6566 is Cyan = 0.11, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 91 | 101 | 102 | - |
| CMYK | 0.11 | 0.01 | 0 | 0.6 |
| HSL | 185.45º | 0.06% | 0.38% | - |
| HSV(B) | 185.45º | 0.11% | 0.4% | - |
| XYZ | 11.37 | 12.49 | 14.38 | - |
| YUV | 98.12 | 130.19 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 101 | 102 | 0.11 | 0.01 | 0 | 0.6 | 185.45 | 0.06 | 0.38 |
| Hex | 5B | 65 | 66 | B | 1 | 0 | 3C | B9 | 6 | 26 |
| Octal | 133 | 145 | 146 | 13 | 1 | 0 | 74 | 271 | 6 | 46 |
| Binary | 1011011 | 1100101 | 1100110 | 1011 | 1 | 0 | 111100 | 10111001 | 110 | 100110 |
Color Harmonies of #5B6566
Complementary color
Monochromatic Colors of #5B6566
Black with #5B6566
Text Example
Text Example
White with #5B6566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6566; }
p { color: rgb(91,101,102); }
H1.HeaderClassName
{
color: #5B6566;
}
.AnyTagClassName
{
color: #5B6566;
}
</style>
background-color css
<style>
a { background-color: #5B6566; }
a { background-color: rgb(91,101,102); }
div.DivClassName
{
background-color: #5B6566;
}
.BgClassName
{
background-color: #5B6566;
}
</style>
border-color css
<style>
span { border-color: #5B6566; }
span { border-color: rgb(91,101,102); }
td.TdClassName
{
border-color: #5B6566;
}
.TagClassName
{
border-color: #5B6566;
}
</style>