Shades of Danube #5D89CC
Tints of Danube #5D89CC
RGB
CMYK
RGB Variations
Color information
#5D89CC (or 0x5D89CC) is known color: Danube. HEX triplet: 5D, 89 and CC. RGB value is (93,137,204). Sum of RGB (Red+Green+Blue) = 93+137+204=434 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.43% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #5D89CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D89CC is #A27633. Grayscale: #838383. Windows color (decimal): -10647092 or 13404509. OLE color: 13404509.
HSL color Cylindrical-coordinate representation of color #5D89CC: hue angle of 216.22º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D89CC is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 93 | 137 | 204 | - |
| CMYK | 0.54 | 0.33 | 0 | 0.2 |
| HSL | 216.22º | 0.52% | 0.58% | - |
| HSV(B) | 216.22º | 0.54% | 0.8% | - |
| XYZ | 24.36 | 24.58 | 60.59 | - |
| YUV | 131.48 | 168.92 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 137 | 204 | 0.54 | 0.33 | 0 | 0.2 | 216.22 | 0.52 | 0.58 |
| Hex | 5D | 89 | CC | 36 | 21 | 0 | 14 | D8 | 34 | 3A |
| Octal | 135 | 211 | 314 | 66 | 41 | 0 | 24 | 330 | 64 | 72 |
| Binary | 1011101 | 10001001 | 11001100 | 110110 | 100001 | 0 | 10100 | 11011000 | 110100 | 111010 |
Color Harmonies of #5D89CC
Complementary color
Monochromatic Colors of #5D89CC
Black with #5D89CC
Text Example
Text Example
White with #5D89CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D89CC; }
p { color: rgb(93,137,204); }
H1.HeaderClassName
{
color: #5D89CC;
}
.AnyTagClassName
{
color: #5D89CC;
}
</style>
background-color css
<style>
a { background-color: #5D89CC; }
a { background-color: rgb(93,137,204); }
div.DivClassName
{
background-color: #5D89CC;
}
.BgClassName
{
background-color: #5D89CC;
}
</style>
border-color css
<style>
span { border-color: #5D89CC; }
span { border-color: rgb(93,137,204); }
td.TdClassName
{
border-color: #5D89CC;
}
.TagClassName
{
border-color: #5D89CC;
}
</style>