Shades of Danube #5D85BC
Tints of Danube #5D85BC
RGB
CMYK
RGB Variations
Color information
#5D85BC (or 0x5D85BC) is known color: Danube. HEX triplet: 5D, 85 and BC. RGB value is (93,133,188). Sum of RGB (Red+Green+Blue) = 93+133+188=414 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.46% from 414); Green value is 133 (52.34% from 255 or 32.13% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #5D85BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D85BC is #A27A43. Grayscale: #7F7F7F. Windows color (decimal): -10648132 or 12354909. OLE color: 12354909.
HSL color Cylindrical-coordinate representation of color #5D85BC: hue angle of 214.74º degrees, saturation: 0.41, 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 #5D85BC is Cyan = 0.51, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 133 | 188 | - |
| CMYK | 0.51 | 0.29 | 0 | 0.26 |
| HSL | 214.74º | 0.41% | 0.55% | - |
| HSV(B) | 214.74º | 0.51% | 0.74% | - |
| XYZ | 21.98 | 22.73 | 50.81 | - |
| YUV | 127.31 | 162.25 | 103.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 133 | 188 | 0.51 | 0.29 | 0 | 0.26 | 214.74 | 0.41 | 0.55 |
| Hex | 5D | 85 | BC | 33 | 1D | 0 | 1A | D7 | 29 | 37 |
| Octal | 135 | 205 | 274 | 63 | 35 | 0 | 32 | 327 | 51 | 67 |
| Binary | 1011101 | 10000101 | 10111100 | 110011 | 11101 | 0 | 11010 | 11010111 | 101001 | 110111 |
Color Harmonies of #5D85BC
Complementary color
Monochromatic Colors of #5D85BC
Black with #5D85BC
Text Example
Text Example
White with #5D85BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D85BC; }
p { color: rgb(93,133,188); }
H1.HeaderClassName
{
color: #5D85BC;
}
.AnyTagClassName
{
color: #5D85BC;
}
</style>
background-color css
<style>
a { background-color: #5D85BC; }
a { background-color: rgb(93,133,188); }
div.DivClassName
{
background-color: #5D85BC;
}
.BgClassName
{
background-color: #5D85BC;
}
</style>
border-color css
<style>
span { border-color: #5D85BC; }
span { border-color: rgb(93,133,188); }
td.TdClassName
{
border-color: #5D85BC;
}
.TagClassName
{
border-color: #5D85BC;
}
</style>