Shades of Danube #5D8ACD
Tints of Danube #5D8ACD
RGB
CMYK
RGB Variations
Color information
#5D8ACD (or 0x5D8ACD) is known color: Danube. HEX triplet: 5D, 8A and CD. RGB value is (93,138,205). Sum of RGB (Red+Green+Blue) = 93+138+205=436 (57% of max value = 765). Red value is 93 (36.72% from 255 or 21.33% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #5D8ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D8ACD is #A27532. Grayscale: #838383. Windows color (decimal): -10646835 or 13470301. OLE color: 13470301.
HSL color Cylindrical-coordinate representation of color #5D8ACD: hue angle of 215.89º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D8ACD is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 93 | 138 | 205 | - |
| CMYK | 0.55 | 0.33 | 0 | 0.20 |
| HSL | 215.89º | 0.53% | 0.58% | - |
| HSV(B) | 215.89º | 0.55% | 0.8% | - |
| XYZ | 24.62 | 24.91 | 61.27 | - |
| YUV | 132.18 | 169.09 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 138 | 205 | 0.55 | 0.33 | 0 | 0.20 | 215.89 | 0.53 | 0.58 |
| Hex | 5D | 8A | CD | 37 | 21 | 0 | 14 | D8 | 35 | 3A |
| Octal | 135 | 212 | 315 | 67 | 41 | 0 | 24 | 330 | 65 | 72 |
| Binary | 1011101 | 10001010 | 11001101 | 110111 | 100001 | 0 | 10100 | 11011000 | 110101 | 111010 |
Color Harmonies of #5D8ACD
Complementary color
Monochromatic Colors of #5D8ACD
Black with #5D8ACD
Text Example
Text Example
White with #5D8ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8ACD; }
p { color: rgb(93,138,205); }
H1.HeaderClassName
{
color: #5D8ACD;
}
.AnyTagClassName
{
color: #5D8ACD;
}
</style>
background-color css
<style>
a { background-color: #5D8ACD; }
a { background-color: rgb(93,138,205); }
div.DivClassName
{
background-color: #5D8ACD;
}
.BgClassName
{
background-color: #5D8ACD;
}
</style>
border-color css
<style>
span { border-color: #5D8ACD; }
span { border-color: rgb(93,138,205); }
td.TdClassName
{
border-color: #5D8ACD;
}
.TagClassName
{
border-color: #5D8ACD;
}
</style>