Shades of Danube #568ECB
Tints of Danube #568ECB
RGB
CMYK
RGB Variations
Color information
#568ECB (or 0x568ECB) is known color: Danube. HEX triplet: 56, 8E and CB. RGB value is (86,142,203). Sum of RGB (Red+Green+Blue) = 86+142+203=431 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.95% from 431); Green value is 142 (55.86% from 255 or 32.95% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 203 - color contains mainly: blue. Hex color #568ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568ECB is #A97134. Grayscale: #838383. Windows color (decimal): -11104565 or 13340246. OLE color: 13340246.
HSL color Cylindrical-coordinate representation of color #568ECB: hue angle of 211.28º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #568ECB is Cyan = 0.58, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 142 | 203 | - |
| CMYK | 0.58 | 0.30 | 0 | 0.20 |
| HSL | 211.28º | 0.53% | 0.57% | - |
| HSV(B) | 211.28º | 0.58% | 0.8% | - |
| XYZ | 24.29 | 25.64 | 60.17 | - |
| YUV | 132.21 | 167.95 | 95.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 142 | 203 | 0.58 | 0.30 | 0 | 0.20 | 211.28 | 0.53 | 0.57 |
| Hex | 56 | 8E | CB | 3A | 1E | 0 | 14 | D3 | 35 | 39 |
| Octal | 126 | 216 | 313 | 72 | 36 | 0 | 24 | 323 | 65 | 71 |
| Binary | 1010110 | 10001110 | 11001011 | 111010 | 11110 | 0 | 10100 | 11010011 | 110101 | 111001 |
Color Harmonies of #568ECB
Complementary color
Monochromatic Colors of #568ECB
Black with #568ECB
Text Example
Text Example
White with #568ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568ECB; }
p { color: rgb(86,142,203); }
H1.HeaderClassName
{
color: #568ECB;
}
.AnyTagClassName
{
color: #568ECB;
}
</style>
background-color css
<style>
a { background-color: #568ECB; }
a { background-color: rgb(86,142,203); }
div.DivClassName
{
background-color: #568ECB;
}
.BgClassName
{
background-color: #568ECB;
}
</style>
border-color css
<style>
span { border-color: #568ECB; }
span { border-color: rgb(86,142,203); }
td.TdClassName
{
border-color: #568ECB;
}
.TagClassName
{
border-color: #568ECB;
}
</style>