Shades of Danube #568DBA
Tints of Danube #568DBA
RGB
CMYK
RGB Variations
Color information
#568DBA (or 0x568DBA) is known color: Danube. HEX triplet: 56, 8D and BA. RGB value is (86,141,186). Sum of RGB (Red+Green+Blue) = 86+141+186=413 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.82% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #568DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568DBA is #A97245. Grayscale: #818181. Windows color (decimal): -11104838 or 12225878. OLE color: 12225878.
HSL color Cylindrical-coordinate representation of color #568DBA: hue angle of 207º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #568DBA is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 86 | 141 | 186 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.27 |
| HSL | 207º | 0.42% | 0.53% | - |
| HSV(B) | 207º | 0.54% | 0.73% | - |
| XYZ | 22.23 | 24.57 | 50.03 | - |
| YUV | 129.69 | 159.78 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 141 | 186 | 0.54 | 0.24 | 0 | 0.27 | 207 | 0.42 | 0.53 |
| Hex | 56 | 8D | BA | 36 | 18 | 0 | 1B | CF | 2A | 35 |
| Octal | 126 | 215 | 272 | 66 | 30 | 0 | 33 | 317 | 52 | 65 |
| Binary | 1010110 | 10001101 | 10111010 | 110110 | 11000 | 0 | 11011 | 11001111 | 101010 | 110101 |
Color Harmonies of #568DBA
Complementary color
Monochromatic Colors of #568DBA
Black with #568DBA
Text Example
Text Example
White with #568DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568DBA; }
p { color: rgb(86,141,186); }
H1.HeaderClassName
{
color: #568DBA;
}
.AnyTagClassName
{
color: #568DBA;
}
</style>
background-color css
<style>
a { background-color: #568DBA; }
a { background-color: rgb(86,141,186); }
div.DivClassName
{
background-color: #568DBA;
}
.BgClassName
{
background-color: #568DBA;
}
</style>
border-color css
<style>
span { border-color: #568DBA; }
span { border-color: rgb(86,141,186); }
td.TdClassName
{
border-color: #568DBA;
}
.TagClassName
{
border-color: #568DBA;
}
</style>