Shades of Danube #5D89BD
Tints of Danube #5D89BD
RGB
CMYK
RGB Variations
Color information
#5D89BD (or 0x5D89BD) is known color: Danube. HEX triplet: 5D, 89 and BD. RGB value is (93,137,189). Sum of RGB (Red+Green+Blue) = 93+137+189=419 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.20% from 419); Green value is 137 (53.91% from 255 or 32.70% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 189 - color contains mainly: blue. Hex color #5D89BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D89BD is #A27642. Grayscale: #818181. Windows color (decimal): -10647107 or 12421469. OLE color: 12421469.
HSL color Cylindrical-coordinate representation of color #5D89BD: hue angle of 212.5º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5D89BD is Cyan = 0.51, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 137 | 189 | - |
| CMYK | 0.51 | 0.28 | 0 | 0.26 |
| HSL | 212.5º | 0.42% | 0.55% | - |
| HSV(B) | 212.5º | 0.51% | 0.74% | - |
| XYZ | 22.65 | 23.89 | 51.56 | - |
| YUV | 129.77 | 161.42 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 137 | 189 | 0.51 | 0.28 | 0 | 0.26 | 212.5 | 0.42 | 0.55 |
| Hex | 5D | 89 | BD | 33 | 1C | 0 | 1A | D4 | 2A | 37 |
| Octal | 135 | 211 | 275 | 63 | 34 | 0 | 32 | 324 | 52 | 67 |
| Binary | 1011101 | 10001001 | 10111101 | 110011 | 11100 | 0 | 11010 | 11010100 | 101010 | 110111 |
Color Harmonies of #5D89BD
Complementary color
Monochromatic Colors of #5D89BD
Black with #5D89BD
Text Example
Text Example
White with #5D89BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D89BD; }
p { color: rgb(93,137,189); }
H1.HeaderClassName
{
color: #5D89BD;
}
.AnyTagClassName
{
color: #5D89BD;
}
</style>
background-color css
<style>
a { background-color: #5D89BD; }
a { background-color: rgb(93,137,189); }
div.DivClassName
{
background-color: #5D89BD;
}
.BgClassName
{
background-color: #5D89BD;
}
</style>
border-color css
<style>
span { border-color: #5D89BD; }
span { border-color: rgb(93,137,189); }
td.TdClassName
{
border-color: #5D89BD;
}
.TagClassName
{
border-color: #5D89BD;
}
</style>