Shades of Danube #568BBF
Tints of Danube #568BBF
RGB
CMYK
RGB Variations
Color information
#568BBF (or 0x568BBF) is known color: Danube. HEX triplet: 56, 8B and BF. RGB value is (86,139,191). Sum of RGB (Red+Green+Blue) = 86+139+191=416 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.67% from 416); Green value is 139 (54.69% from 255 or 33.41% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #568BBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568BBF is #A97440. Grayscale: #808080. Windows color (decimal): -11105345 or 12553046. OLE color: 12553046.
HSL color Cylindrical-coordinate representation of color #568BBF: hue angle of 209.71º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #568BBF is Cyan = 0.55, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 86 | 139 | 191 | - |
| CMYK | 0.55 | 0.27 | 0 | 0.25 |
| HSL | 209.71º | 0.45% | 0.54% | - |
| HSV(B) | 209.71º | 0.55% | 0.75% | - |
| XYZ | 22.47 | 24.21 | 52.78 | - |
| YUV | 129.08 | 162.94 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 139 | 191 | 0.55 | 0.27 | 0 | 0.25 | 209.71 | 0.45 | 0.54 |
| Hex | 56 | 8B | BF | 37 | 1B | 0 | 19 | D2 | 2D | 36 |
| Octal | 126 | 213 | 277 | 67 | 33 | 0 | 31 | 322 | 55 | 66 |
| Binary | 1010110 | 10001011 | 10111111 | 110111 | 11011 | 0 | 11001 | 11010010 | 101101 | 110110 |
Color Harmonies of #568BBF
Complementary color
Monochromatic Colors of #568BBF
Black with #568BBF
Text Example
Text Example
White with #568BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568BBF; }
p { color: rgb(86,139,191); }
H1.HeaderClassName
{
color: #568BBF;
}
.AnyTagClassName
{
color: #568BBF;
}
</style>
background-color css
<style>
a { background-color: #568BBF; }
a { background-color: rgb(86,139,191); }
div.DivClassName
{
background-color: #568BBF;
}
.BgClassName
{
background-color: #568BBF;
}
</style>
border-color css
<style>
span { border-color: #568BBF; }
span { border-color: rgb(86,139,191); }
td.TdClassName
{
border-color: #568BBF;
}
.TagClassName
{
border-color: #568BBF;
}
</style>