Shades of Danube #5D8BCE
Tints of Danube #5D8BCE
RGB
CMYK
RGB Variations
Color information
#5D8BCE (or 0x5D8BCE) is known color: Danube. HEX triplet: 5D, 8B and CE. RGB value is (93,139,206). Sum of RGB (Red+Green+Blue) = 93+139+206=438 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.23% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #5D8BCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D8BCE is #A27431. Grayscale: #848484. Windows color (decimal): -10646578 or 13536093. OLE color: 13536093.
HSL color Cylindrical-coordinate representation of color #5D8BCE: hue angle of 215.58º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5D8BCE is Cyan = 0.55, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 93 | 139 | 206 | - |
| CMYK | 0.55 | 0.33 | 0 | 0.19 |
| HSL | 215.58º | 0.54% | 0.59% | - |
| HSV(B) | 215.58º | 0.55% | 0.81% | - |
| XYZ | 24.89 | 25.25 | 61.95 | - |
| YUV | 132.88 | 169.26 | 99.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 139 | 206 | 0.55 | 0.33 | 0 | 0.19 | 215.58 | 0.54 | 0.59 |
| Hex | 5D | 8B | CE | 37 | 21 | 0 | 13 | D8 | 36 | 3B |
| Octal | 135 | 213 | 316 | 67 | 41 | 0 | 23 | 330 | 66 | 73 |
| Binary | 1011101 | 10001011 | 11001110 | 110111 | 100001 | 0 | 10011 | 11011000 | 110110 | 111011 |
Color Harmonies of #5D8BCE
Complementary color
Monochromatic Colors of #5D8BCE
Black with #5D8BCE
Text Example
Text Example
White with #5D8BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8BCE; }
p { color: rgb(93,139,206); }
H1.HeaderClassName
{
color: #5D8BCE;
}
.AnyTagClassName
{
color: #5D8BCE;
}
</style>
background-color css
<style>
a { background-color: #5D8BCE; }
a { background-color: rgb(93,139,206); }
div.DivClassName
{
background-color: #5D8BCE;
}
.BgClassName
{
background-color: #5D8BCE;
}
</style>
border-color css
<style>
span { border-color: #5D8BCE; }
span { border-color: rgb(93,139,206); }
td.TdClassName
{
border-color: #5D8BCE;
}
.TagClassName
{
border-color: #5D8BCE;
}
</style>