Shades of River Bed #5B6668
Tints of River Bed #5B6668
RGB
CMYK
RGB Variations
Color information
#5B6668 (or 0x5B6668) is known color: River Bed. HEX triplet: 5B, 66 and 68. RGB value is (91,102,104). Sum of RGB (Red+Green+Blue) = 91+102+104=297 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.64% from 297); Green value is 102 (40.23% from 255 or 34.34% from 297); Blue value is 104 (41.02% from 255 or 35.02% from 297); Max value from RGB is 104 - color contains mainly: blue. Hex color #5B6668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B6668 is #A49997. Grayscale: #626262. Windows color (decimal): -10787224 or 6841947. OLE color: 6841947.
HSL color Cylindrical-coordinate representation of color #5B6668: hue angle of 189.23º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5B6668 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 91 | 102 | 104 | - |
| CMYK | 0.12 | 0.02 | 0 | 0.59 |
| HSL | 189.23º | 0.07% | 0.38% | - |
| HSV(B) | 189.23º | 0.13% | 0.41% | - |
| XYZ | 11.56 | 12.73 | 14.94 | - |
| YUV | 98.94 | 130.86 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 102 | 104 | 0.12 | 0.02 | 0 | 0.59 | 189.23 | 0.07 | 0.38 |
| Hex | 5B | 66 | 68 | C | 2 | 0 | 3B | BD | 7 | 26 |
| Octal | 133 | 146 | 150 | 14 | 2 | 0 | 73 | 275 | 7 | 46 |
| Binary | 1011011 | 1100110 | 1101000 | 1100 | 10 | 0 | 111011 | 10111101 | 111 | 100110 |
Color Harmonies of #5B6668
Complementary color
Monochromatic Colors of #5B6668
Black with #5B6668
Text Example
Text Example
White with #5B6668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B6668; }
p { color: rgb(91,102,104); }
H1.HeaderClassName
{
color: #5B6668;
}
.AnyTagClassName
{
color: #5B6668;
}
</style>
background-color css
<style>
a { background-color: #5B6668; }
a { background-color: rgb(91,102,104); }
div.DivClassName
{
background-color: #5B6668;
}
.BgClassName
{
background-color: #5B6668;
}
</style>
border-color css
<style>
span { border-color: #5B6668; }
span { border-color: rgb(91,102,104); }
td.TdClassName
{
border-color: #5B6668;
}
.TagClassName
{
border-color: #5B6668;
}
</style>