Shades of Danube #5D88B4
Tints of Danube #5D88B4
RGB
CMYK
RGB Variations
Color information
#5D88B4 (or 0x5D88B4) is known color: Danube. HEX triplet: 5D, 88 and B4. RGB value is (93,136,180). Sum of RGB (Red+Green+Blue) = 93+136+180=409 (54% of max value = 765). Red value is 93 (36.72% from 255 or 22.74% from 409); Green value is 136 (53.52% from 255 or 33.25% from 409); Blue value is 180 (70.70% from 255 or 44.01% from 409); Max value from RGB is 180 - color contains mainly: blue. Hex color #5D88B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D88B4 is #A2774B. Grayscale: #7F7F7F. Windows color (decimal): -10647372 or 11831389. OLE color: 11831389.
HSL color Cylindrical-coordinate representation of color #5D88B4: hue angle of 210.34º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5D88B4 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 93 | 136 | 180 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.29 |
| HSL | 210.34º | 0.37% | 0.54% | - |
| HSV(B) | 210.34º | 0.48% | 0.71% | - |
| XYZ | 21.56 | 23.23 | 46.53 | - |
| YUV | 128.16 | 157.25 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 136 | 180 | 0.48 | 0.24 | 0 | 0.29 | 210.34 | 0.37 | 0.54 |
| Hex | 5D | 88 | B4 | 30 | 18 | 0 | 1D | D2 | 25 | 36 |
| Octal | 135 | 210 | 264 | 60 | 30 | 0 | 35 | 322 | 45 | 66 |
| Binary | 1011101 | 10001000 | 10110100 | 110000 | 11000 | 0 | 11101 | 11010010 | 100101 | 110110 |
Color Harmonies of #5D88B4
Complementary color
Monochromatic Colors of #5D88B4
Black with #5D88B4
Text Example
Text Example
White with #5D88B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D88B4; }
p { color: rgb(93,136,180); }
H1.HeaderClassName
{
color: #5D88B4;
}
.AnyTagClassName
{
color: #5D88B4;
}
</style>
background-color css
<style>
a { background-color: #5D88B4; }
a { background-color: rgb(93,136,180); }
div.DivClassName
{
background-color: #5D88B4;
}
.BgClassName
{
background-color: #5D88B4;
}
</style>
border-color css
<style>
span { border-color: #5D88B4; }
span { border-color: rgb(93,136,180); }
td.TdClassName
{
border-color: #5D88B4;
}
.TagClassName
{
border-color: #5D88B4;
}
</style>