Shades of Danube #568DCB
Tints of Danube #568DCB
RGB
CMYK
RGB Variations
Color information
#568DCB (or 0x568DCB) is known color: Danube. HEX triplet: 56, 8D and CB. RGB value is (86,141,203). Sum of RGB (Red+Green+Blue) = 86+141+203=430 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20% from 430); Green value is 141 (55.47% from 255 or 32.79% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #568DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568DCB is #A97234. Grayscale: #838383. Windows color (decimal): -11104821 or 13339990. OLE color: 13339990.
HSL color Cylindrical-coordinate representation of color #568DCB: hue angle of 211.79º 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 #568DCB is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 86 | 141 | 203 | - |
| CMYK | 0.58 | 0.31 | 0 | 0.20 |
| HSL | 211.79º | 0.53% | 0.57% | - |
| HSV(B) | 211.79º | 0.58% | 0.8% | - |
| XYZ | 24.14 | 25.34 | 60.12 | - |
| YUV | 131.62 | 168.28 | 95.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 141 | 203 | 0.58 | 0.31 | 0 | 0.20 | 211.79 | 0.53 | 0.57 |
| Hex | 56 | 8D | CB | 3A | 1F | 0 | 14 | D4 | 35 | 39 |
| Octal | 126 | 215 | 313 | 72 | 37 | 0 | 24 | 324 | 65 | 71 |
| Binary | 1010110 | 10001101 | 11001011 | 111010 | 11111 | 0 | 10100 | 11010100 | 110101 | 111001 |
Color Harmonies of #568DCB
Complementary color
Monochromatic Colors of #568DCB
Black with #568DCB
Text Example
Text Example
White with #568DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568DCB; }
p { color: rgb(86,141,203); }
H1.HeaderClassName
{
color: #568DCB;
}
.AnyTagClassName
{
color: #568DCB;
}
</style>
background-color css
<style>
a { background-color: #568DCB; }
a { background-color: rgb(86,141,203); }
div.DivClassName
{
background-color: #568DCB;
}
.BgClassName
{
background-color: #568DCB;
}
</style>
border-color css
<style>
span { border-color: #568DCB; }
span { border-color: rgb(86,141,203); }
td.TdClassName
{
border-color: #568DCB;
}
.TagClassName
{
border-color: #568DCB;
}
</style>