Shades of Danube #568ECF
Tints of Danube #568ECF
RGB
CMYK
RGB Variations
Color information
#568ECF (or 0x568ECF) is known color: Danube. HEX triplet: 56, 8E and CF. RGB value is (86,142,207). Sum of RGB (Red+Green+Blue) = 86+142+207=435 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.77% from 435); Green value is 142 (55.86% from 255 or 32.64% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #568ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568ECF is #A97130. Grayscale: #848484. Windows color (decimal): -11104561 or 13602390. OLE color: 13602390.
HSL color Cylindrical-coordinate representation of color #568ECF: hue angle of 212.23º 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 #568ECF is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 86 | 142 | 207 | - |
| CMYK | 0.58 | 0.31 | 0 | 0.19 |
| HSL | 212.23º | 0.56% | 0.57% | - |
| HSV(B) | 212.23º | 0.58% | 0.81% | - |
| XYZ | 24.77 | 25.83 | 62.71 | - |
| YUV | 132.67 | 169.95 | 94.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 142 | 207 | 0.58 | 0.31 | 0 | 0.19 | 212.23 | 0.56 | 0.57 |
| Hex | 56 | 8E | CF | 3A | 1F | 0 | 13 | D4 | 38 | 39 |
| Octal | 126 | 216 | 317 | 72 | 37 | 0 | 23 | 324 | 70 | 71 |
| Binary | 1010110 | 10001110 | 11001111 | 111010 | 11111 | 0 | 10011 | 11010100 | 111000 | 111001 |
Color Harmonies of #568ECF
Complementary color
Monochromatic Colors of #568ECF
Black with #568ECF
Text Example
Text Example
White with #568ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568ECF; }
p { color: rgb(86,142,207); }
H1.HeaderClassName
{
color: #568ECF;
}
.AnyTagClassName
{
color: #568ECF;
}
</style>
background-color css
<style>
a { background-color: #568ECF; }
a { background-color: rgb(86,142,207); }
div.DivClassName
{
background-color: #568ECF;
}
.BgClassName
{
background-color: #568ECF;
}
</style>
border-color css
<style>
span { border-color: #568ECF; }
span { border-color: rgb(86,142,207); }
td.TdClassName
{
border-color: #568ECF;
}
.TagClassName
{
border-color: #568ECF;
}
</style>