Shades of Danube #5D8BBC
Tints of Danube #5D8BBC
RGB
CMYK
RGB Variations
Color information
#5D8BBC (or 0x5D8BBC) is known color: Danube. HEX triplet: 5D, 8B and BC. RGB value is (93,139,188). Sum of RGB (Red+Green+Blue) = 93+139+188=420 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.14% from 420); Green value is 139 (54.69% from 255 or 33.10% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #5D8BBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D8BBC is #A27443. Grayscale: #828282. Windows color (decimal): -10646596 or 12356445. OLE color: 12356445.
HSL color Cylindrical-coordinate representation of color #5D8BBC: hue angle of 210.95º 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 #5D8BBC is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 93 | 139 | 188 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.26 |
| HSL | 210.95º | 0.41% | 0.55% | - |
| HSV(B) | 210.95º | 0.51% | 0.74% | - |
| XYZ | 22.82 | 24.42 | 51.09 | - |
| YUV | 130.83 | 160.26 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 139 | 188 | 0.51 | 0.26 | 0 | 0.26 | 210.95 | 0.41 | 0.55 |
| Hex | 5D | 8B | BC | 33 | 1A | 0 | 1A | D3 | 29 | 37 |
| Octal | 135 | 213 | 274 | 63 | 32 | 0 | 32 | 323 | 51 | 67 |
| Binary | 1011101 | 10001011 | 10111100 | 110011 | 11010 | 0 | 11010 | 11010011 | 101001 | 110111 |
Color Harmonies of #5D8BBC
Complementary color
Monochromatic Colors of #5D8BBC
Black with #5D8BBC
Text Example
Text Example
White with #5D8BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8BBC; }
p { color: rgb(93,139,188); }
H1.HeaderClassName
{
color: #5D8BBC;
}
.AnyTagClassName
{
color: #5D8BBC;
}
</style>
background-color css
<style>
a { background-color: #5D8BBC; }
a { background-color: rgb(93,139,188); }
div.DivClassName
{
background-color: #5D8BBC;
}
.BgClassName
{
background-color: #5D8BBC;
}
</style>
border-color css
<style>
span { border-color: #5D8BBC; }
span { border-color: rgb(93,139,188); }
td.TdClassName
{
border-color: #5D8BBC;
}
.TagClassName
{
border-color: #5D8BBC;
}
</style>