Shades of Danube #5B8DB6
Tints of Danube #5B8DB6
RGB
CMYK
RGB Variations
Color information
#5B8DB6 (or 0x5B8DB6) is known color: Danube. HEX triplet: 5B, 8D and B6. RGB value is (91,141,182). Sum of RGB (Red+Green+Blue) = 91+141+182=414 (54% of max value = 765). Red value is 91 (35.94% from 255 or 21.98% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 182 (71.48% from 255 or 43.96% from 414); Max value from RGB is 182 - color contains mainly: blue. Hex color #5B8DB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B8DB6 is #A47249. Grayscale: #828282. Windows color (decimal): -10777162 or 11963739. OLE color: 11963739.
HSL color Cylindrical-coordinate representation of color #5B8DB6: hue angle of 207.03º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5B8DB6 is Cyan = 0.5, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 91 | 141 | 182 | - |
| CMYK | 0.5 | 0.23 | 0 | 0.29 |
| HSL | 207.03º | 0.38% | 0.54% | - |
| HSV(B) | 207.03º | 0.5% | 0.71% | - |
| XYZ | 22.28 | 24.65 | 47.84 | - |
| YUV | 130.72 | 156.94 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 141 | 182 | 0.5 | 0.23 | 0 | 0.29 | 207.03 | 0.38 | 0.54 |
| Hex | 5B | 8D | B6 | 32 | 17 | 0 | 1D | CF | 26 | 36 |
| Octal | 133 | 215 | 266 | 62 | 27 | 0 | 35 | 317 | 46 | 66 |
| Binary | 1011011 | 10001101 | 10110110 | 110010 | 10111 | 0 | 11101 | 11001111 | 100110 | 110110 |
Color Harmonies of #5B8DB6
Complementary color
Monochromatic Colors of #5B8DB6
Black with #5B8DB6
Text Example
Text Example
White with #5B8DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8DB6; }
p { color: rgb(91,141,182); }
H1.HeaderClassName
{
color: #5B8DB6;
}
.AnyTagClassName
{
color: #5B8DB6;
}
</style>
background-color css
<style>
a { background-color: #5B8DB6; }
a { background-color: rgb(91,141,182); }
div.DivClassName
{
background-color: #5B8DB6;
}
.BgClassName
{
background-color: #5B8DB6;
}
</style>
border-color css
<style>
span { border-color: #5B8DB6; }
span { border-color: rgb(91,141,182); }
td.TdClassName
{
border-color: #5B8DB6;
}
.TagClassName
{
border-color: #5B8DB6;
}
</style>