Shades of Danube #568EBC
Tints of Danube #568EBC
RGB
CMYK
RGB Variations
Color information
#568EBC (or 0x568EBC) is known color: Danube. HEX triplet: 56, 8E and BC. RGB value is (86,142,188). Sum of RGB (Red+Green+Blue) = 86+142+188=416 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.67% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 188 (73.83% from 255 or 45.19% from 416); Max value from RGB is 188 - color contains mainly: blue. Hex color #568EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568EBC is #A97143. Grayscale: #828282. Windows color (decimal): -11104580 or 12357206. OLE color: 12357206.
HSL color Cylindrical-coordinate representation of color #568EBC: hue angle of 207.06º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #568EBC is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 142 | 188 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.26 |
| HSL | 207.06º | 0.43% | 0.54% | - |
| HSV(B) | 207.06º | 0.54% | 0.74% | - |
| XYZ | 22.59 | 24.96 | 51.2 | - |
| YUV | 130.5 | 160.45 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 142 | 188 | 0.54 | 0.24 | 0 | 0.26 | 207.06 | 0.43 | 0.54 |
| Hex | 56 | 8E | BC | 36 | 18 | 0 | 1A | CF | 2B | 36 |
| Octal | 126 | 216 | 274 | 66 | 30 | 0 | 32 | 317 | 53 | 66 |
| Binary | 1010110 | 10001110 | 10111100 | 110110 | 11000 | 0 | 11010 | 11001111 | 101011 | 110110 |
Color Harmonies of #568EBC
Complementary color
Monochromatic Colors of #568EBC
Black with #568EBC
Text Example
Text Example
White with #568EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568EBC; }
p { color: rgb(86,142,188); }
H1.HeaderClassName
{
color: #568EBC;
}
.AnyTagClassName
{
color: #568EBC;
}
</style>
background-color css
<style>
a { background-color: #568EBC; }
a { background-color: rgb(86,142,188); }
div.DivClassName
{
background-color: #568EBC;
}
.BgClassName
{
background-color: #568EBC;
}
</style>
border-color css
<style>
span { border-color: #568EBC; }
span { border-color: rgb(86,142,188); }
td.TdClassName
{
border-color: #568EBC;
}
.TagClassName
{
border-color: #568EBC;
}
</style>