Shades of Danube #568FC8
Tints of Danube #568FC8
RGB
CMYK
RGB Variations
Color information
#568FC8 (or 0x568FC8) is known color: Danube. HEX triplet: 56, 8F and C8. RGB value is (86,143,200). Sum of RGB (Red+Green+Blue) = 86+143+200=429 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.05% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 200 (78.52% from 255 or 46.62% from 429); Max value from RGB is 200 - color contains mainly: blue. Hex color #568FC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568FC8 is #A97037. Grayscale: #848484. Windows color (decimal): -11104312 or 13143894. OLE color: 13143894.
HSL color Cylindrical-coordinate representation of color #568FC8: hue angle of 210º degrees, saturation: 0.51, 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 #568FC8 is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 86 | 143 | 200 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.22 |
| HSL | 210º | 0.51% | 0.56% | - |
| HSV(B) | 210º | 0.57% | 0.78% | - |
| XYZ | 24.09 | 25.79 | 58.35 | - |
| YUV | 132.46 | 166.12 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 143 | 200 | 0.57 | 0.28 | 0 | 0.22 | 210 | 0.51 | 0.56 |
| Hex | 56 | 8F | C8 | 39 | 1C | 0 | 16 | D2 | 33 | 38 |
| Octal | 126 | 217 | 310 | 71 | 34 | 0 | 26 | 322 | 63 | 70 |
| Binary | 1010110 | 10001111 | 11001000 | 111001 | 11100 | 0 | 10110 | 11010010 | 110011 | 111000 |
Color Harmonies of #568FC8
Complementary color
Monochromatic Colors of #568FC8
Black with #568FC8
Text Example
Text Example
White with #568FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568FC8; }
p { color: rgb(86,143,200); }
H1.HeaderClassName
{
color: #568FC8;
}
.AnyTagClassName
{
color: #568FC8;
}
</style>
background-color css
<style>
a { background-color: #568FC8; }
a { background-color: rgb(86,143,200); }
div.DivClassName
{
background-color: #568FC8;
}
.BgClassName
{
background-color: #568FC8;
}
</style>
border-color css
<style>
span { border-color: #568FC8; }
span { border-color: rgb(86,143,200); }
td.TdClassName
{
border-color: #568FC8;
}
.TagClassName
{
border-color: #568FC8;
}
</style>