Shades of Danube #5B84BA
Tints of Danube #5B84BA
RGB
CMYK
RGB Variations
Color information
#5B84BA (or 0x5B84BA) is known color: Danube. HEX triplet: 5B, 84 and BA. RGB value is (91,132,186). Sum of RGB (Red+Green+Blue) = 91+132+186=409 (54% of max value = 765). Red value is 91 (35.94% from 255 or 22.25% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #5B84BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5B84BA is #A47B45. Grayscale: #7D7D7D. Windows color (decimal): -10779462 or 12223579. OLE color: 12223579.
HSL color Cylindrical-coordinate representation of color #5B84BA: hue angle of 214.11º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B84BA is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 132 | 186 | - |
| CMYK | 0.51 | 0.29 | 0 | 0.27 |
| HSL | 214.11º | 0.41% | 0.54% | - |
| HSV(B) | 214.11º | 0.51% | 0.73% | - |
| XYZ | 21.43 | 22.27 | 49.62 | - |
| YUV | 125.9 | 161.92 | 103.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 132 | 186 | 0.51 | 0.29 | 0 | 0.27 | 214.11 | 0.41 | 0.54 |
| Hex | 5B | 84 | BA | 33 | 1D | 0 | 1B | D6 | 29 | 36 |
| Octal | 133 | 204 | 272 | 63 | 35 | 0 | 33 | 326 | 51 | 66 |
| Binary | 1011011 | 10000100 | 10111010 | 110011 | 11101 | 0 | 11011 | 11010110 | 101001 | 110110 |
Color Harmonies of #5B84BA
Complementary color
Monochromatic Colors of #5B84BA
Black with #5B84BA
Text Example
Text Example
White with #5B84BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B84BA; }
p { color: rgb(91,132,186); }
H1.HeaderClassName
{
color: #5B84BA;
}
.AnyTagClassName
{
color: #5B84BA;
}
</style>
background-color css
<style>
a { background-color: #5B84BA; }
a { background-color: rgb(91,132,186); }
div.DivClassName
{
background-color: #5B84BA;
}
.BgClassName
{
background-color: #5B84BA;
}
</style>
border-color css
<style>
span { border-color: #5B84BA; }
span { border-color: rgb(91,132,186); }
td.TdClassName
{
border-color: #5B84BA;
}
.TagClassName
{
border-color: #5B84BA;
}
</style>