Shades of Danube #568DCF
Tints of Danube #568DCF
RGB
CMYK
RGB Variations
Color information
#568DCF (or 0x568DCF) is known color: Danube. HEX triplet: 56, 8D and CF. RGB value is (86,141,207). Sum of RGB (Red+Green+Blue) = 86+141+207=434 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.82% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 207 (81.25% from 255 or 47.70% from 434); Max value from RGB is 207 - color contains mainly: blue. Hex color #568DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568DCF is #A97230. Grayscale: #838383. Windows color (decimal): -11104817 or 13602134. OLE color: 13602134.
HSL color Cylindrical-coordinate representation of color #568DCF: hue angle of 212.73º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #568DCF is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 141 | 207 | - |
| CMYK | 0.58 | 0.32 | 0 | 0.19 |
| HSL | 212.73º | 0.56% | 0.57% | - |
| HSV(B) | 212.73º | 0.58% | 0.81% | - |
| XYZ | 24.63 | 25.53 | 62.66 | - |
| YUV | 132.08 | 170.28 | 95.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 141 | 207 | 0.58 | 0.32 | 0 | 0.19 | 212.73 | 0.56 | 0.57 |
| Hex | 56 | 8D | CF | 3A | 20 | 0 | 13 | D5 | 38 | 39 |
| Octal | 126 | 215 | 317 | 72 | 40 | 0 | 23 | 325 | 70 | 71 |
| Binary | 1010110 | 10001101 | 11001111 | 111010 | 100000 | 0 | 10011 | 11010101 | 111000 | 111001 |
Color Harmonies of #568DCF
Complementary color
Monochromatic Colors of #568DCF
Black with #568DCF
Text Example
Text Example
White with #568DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568DCF; }
p { color: rgb(86,141,207); }
H1.HeaderClassName
{
color: #568DCF;
}
.AnyTagClassName
{
color: #568DCF;
}
</style>
background-color css
<style>
a { background-color: #568DCF; }
a { background-color: rgb(86,141,207); }
div.DivClassName
{
background-color: #568DCF;
}
.BgClassName
{
background-color: #568DCF;
}
</style>
border-color css
<style>
span { border-color: #568DCF; }
span { border-color: rgb(86,141,207); }
td.TdClassName
{
border-color: #568DCF;
}
.TagClassName
{
border-color: #568DCF;
}
</style>