Shades of Danube #568DC6
Tints of Danube #568DC6
RGB
CMYK
RGB Variations
Color information
#568DC6 (or 0x568DC6) is known color: Danube. HEX triplet: 56, 8D and C6. RGB value is (86,141,198). Sum of RGB (Red+Green+Blue) = 86+141+198=425 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.24% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 198 (77.73% from 255 or 46.59% from 425); Max value from RGB is 198 - color contains mainly: blue. Hex color #568DC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568DC6 is #A97239. Grayscale: #828282. Windows color (decimal): -11104826 or 13012310. OLE color: 13012310.
HSL color Cylindrical-coordinate representation of color #568DC6: hue angle of 210.54º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #568DC6 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 86 | 141 | 198 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.22 |
| HSL | 210.54º | 0.5% | 0.56% | - |
| HSV(B) | 210.54º | 0.57% | 0.78% | - |
| XYZ | 23.56 | 25.11 | 57.03 | - |
| YUV | 131.05 | 165.78 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 141 | 198 | 0.57 | 0.29 | 0 | 0.22 | 210.54 | 0.5 | 0.56 |
| Hex | 56 | 8D | C6 | 39 | 1D | 0 | 16 | D3 | 32 | 38 |
| Octal | 126 | 215 | 306 | 71 | 35 | 0 | 26 | 323 | 62 | 70 |
| Binary | 1010110 | 10001101 | 11000110 | 111001 | 11101 | 0 | 10110 | 11010011 | 110010 | 111000 |
Color Harmonies of #568DC6
Complementary color
Monochromatic Colors of #568DC6
Black with #568DC6
Text Example
Text Example
White with #568DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568DC6; }
p { color: rgb(86,141,198); }
H1.HeaderClassName
{
color: #568DC6;
}
.AnyTagClassName
{
color: #568DC6;
}
</style>
background-color css
<style>
a { background-color: #568DC6; }
a { background-color: rgb(86,141,198); }
div.DivClassName
{
background-color: #568DC6;
}
.BgClassName
{
background-color: #568DC6;
}
</style>
border-color css
<style>
span { border-color: #568DC6; }
span { border-color: rgb(86,141,198); }
td.TdClassName
{
border-color: #568DC6;
}
.TagClassName
{
border-color: #568DC6;
}
</style>