Shades of Danube #568FC9
Tints of Danube #568FC9
RGB
CMYK
RGB Variations
Color information
#568FC9 (or 0x568FC9) is known color: Danube. HEX triplet: 56, 8F and C9. RGB value is (86,143,201). Sum of RGB (Red+Green+Blue) = 86+143+201=430 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20% from 430); Green value is 143 (56.25% from 255 or 33.26% from 430); Blue value is 201 (78.91% from 255 or 46.74% from 430); Max value from RGB is 201 - color contains mainly: blue. Hex color #568FC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568FC9 is #A97036. Grayscale: #848484. Windows color (decimal): -11104311 or 13209430. OLE color: 13209430.
HSL color Cylindrical-coordinate representation of color #568FC9: hue angle of 210.26º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #568FC9 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 86 | 143 | 201 | - |
| CMYK | 0.57 | 0.29 | 0 | 0.21 |
| HSL | 210.26º | 0.52% | 0.56% | - |
| HSV(B) | 210.26º | 0.57% | 0.79% | - |
| XYZ | 24.2 | 25.84 | 58.97 | - |
| YUV | 132.57 | 166.62 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 143 | 201 | 0.57 | 0.29 | 0 | 0.21 | 210.26 | 0.52 | 0.56 |
| Hex | 56 | 8F | C9 | 39 | 1D | 0 | 15 | D2 | 34 | 38 |
| Octal | 126 | 217 | 311 | 71 | 35 | 0 | 25 | 322 | 64 | 70 |
| Binary | 1010110 | 10001111 | 11001001 | 111001 | 11101 | 0 | 10101 | 11010010 | 110100 | 111000 |
Color Harmonies of #568FC9
Complementary color
Monochromatic Colors of #568FC9
Black with #568FC9
Text Example
Text Example
White with #568FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568FC9; }
p { color: rgb(86,143,201); }
H1.HeaderClassName
{
color: #568FC9;
}
.AnyTagClassName
{
color: #568FC9;
}
</style>
background-color css
<style>
a { background-color: #568FC9; }
a { background-color: rgb(86,143,201); }
div.DivClassName
{
background-color: #568FC9;
}
.BgClassName
{
background-color: #568FC9;
}
</style>
border-color css
<style>
span { border-color: #568FC9; }
span { border-color: rgb(86,143,201); }
td.TdClassName
{
border-color: #568FC9;
}
.TagClassName
{
border-color: #568FC9;
}
</style>