Shades of Danube #5D84BA
Tints of Danube #5D84BA
RGB
CMYK
RGB Variations
Color information
#5D84BA (or 0x5D84BA) is known color: Danube. HEX triplet: 5D, 84 and BA. RGB value is (93,132,186). Sum of RGB (Red+Green+Blue) = 93+132+186=411 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.63% from 411); Green value is 132 (51.95% from 255 or 32.12% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #5D84BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D84BA is #A27B45. Grayscale: #7E7E7E. Windows color (decimal): -10648390 or 12223581. OLE color: 12223581.
HSL color Cylindrical-coordinate representation of color #5D84BA: hue angle of 214.84º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D84BA is Cyan = 0.5, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 132 | 186 | - |
| CMYK | 0.5 | 0.29 | 0 | 0.27 |
| HSL | 214.84º | 0.4% | 0.55% | - |
| HSV(B) | 214.84º | 0.5% | 0.73% | - |
| XYZ | 21.63 | 22.37 | 49.63 | - |
| YUV | 126.5 | 161.58 | 104.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 132 | 186 | 0.5 | 0.29 | 0 | 0.27 | 214.84 | 0.4 | 0.55 |
| Hex | 5D | 84 | BA | 32 | 1D | 0 | 1B | D7 | 28 | 37 |
| Octal | 135 | 204 | 272 | 62 | 35 | 0 | 33 | 327 | 50 | 67 |
| Binary | 1011101 | 10000100 | 10111010 | 110010 | 11101 | 0 | 11011 | 11010111 | 101000 | 110111 |
Color Harmonies of #5D84BA
Complementary color
Monochromatic Colors of #5D84BA
Black with #5D84BA
Text Example
Text Example
White with #5D84BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D84BA; }
p { color: rgb(93,132,186); }
H1.HeaderClassName
{
color: #5D84BA;
}
.AnyTagClassName
{
color: #5D84BA;
}
</style>
background-color css
<style>
a { background-color: #5D84BA; }
a { background-color: rgb(93,132,186); }
div.DivClassName
{
background-color: #5D84BA;
}
.BgClassName
{
background-color: #5D84BA;
}
</style>
border-color css
<style>
span { border-color: #5D84BA; }
span { border-color: rgb(93,132,186); }
td.TdClassName
{
border-color: #5D84BA;
}
.TagClassName
{
border-color: #5D84BA;
}
</style>