Shades of Danube #5D89C8
Tints of Danube #5D89C8
RGB
CMYK
RGB Variations
Color information
#5D89C8 (or 0x5D89C8) is known color: Danube. HEX triplet: 5D, 89 and C8. RGB value is (93,137,200). Sum of RGB (Red+Green+Blue) = 93+137+200=430 (56% of max value = 765). Red value is 93 (36.72% from 255 or 21.63% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 200 (78.52% from 255 or 46.51% from 430); Max value from RGB is 200 - color contains mainly: blue. Hex color #5D89C8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D89C8 is #A27637. Grayscale: #828282. Windows color (decimal): -10647096 or 13142365. OLE color: 13142365.
HSL color Cylindrical-coordinate representation of color #5D89C8: hue angle of 215.33º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5D89C8 is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 93 | 137 | 200 | - |
| CMYK | 0.54 | 0.32 | 0 | 0.22 |
| HSL | 215.33º | 0.49% | 0.57% | - |
| HSV(B) | 215.33º | 0.54% | 0.78% | - |
| XYZ | 23.89 | 24.39 | 58.09 | - |
| YUV | 131.03 | 166.92 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 137 | 200 | 0.54 | 0.32 | 0 | 0.22 | 215.33 | 0.49 | 0.57 |
| Hex | 5D | 89 | C8 | 36 | 20 | 0 | 16 | D7 | 31 | 39 |
| Octal | 135 | 211 | 310 | 66 | 40 | 0 | 26 | 327 | 61 | 71 |
| Binary | 1011101 | 10001001 | 11001000 | 110110 | 100000 | 0 | 10110 | 11010111 | 110001 | 111001 |
Color Harmonies of #5D89C8
Complementary color
Monochromatic Colors of #5D89C8
Black with #5D89C8
Text Example
Text Example
White with #5D89C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D89C8; }
p { color: rgb(93,137,200); }
H1.HeaderClassName
{
color: #5D89C8;
}
.AnyTagClassName
{
color: #5D89C8;
}
</style>
background-color css
<style>
a { background-color: #5D89C8; }
a { background-color: rgb(93,137,200); }
div.DivClassName
{
background-color: #5D89C8;
}
.BgClassName
{
background-color: #5D89C8;
}
</style>
border-color css
<style>
span { border-color: #5D89C8; }
span { border-color: rgb(93,137,200); }
td.TdClassName
{
border-color: #5D89C8;
}
.TagClassName
{
border-color: #5D89C8;
}
</style>