Shades of Danube #568BBD
Tints of Danube #568BBD
RGB
CMYK
RGB Variations
Color information
#568BBD (or 0x568BBD) is known color: Danube. HEX triplet: 56, 8B and BD. RGB value is (86,139,189). Sum of RGB (Red+Green+Blue) = 86+139+189=414 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.77% from 414); Green value is 139 (54.69% from 255 or 33.57% from 414); Blue value is 189 (74.22% from 255 or 45.65% from 414); Max value from RGB is 189 - color contains mainly: blue. Hex color #568BBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568BBD is #A97442. Grayscale: #808080. Windows color (decimal): -11105347 or 12421974. OLE color: 12421974.
HSL color Cylindrical-coordinate representation of color #568BBD: hue angle of 209.13º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #568BBD is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 86 | 139 | 189 | - |
| CMYK | 0.54 | 0.26 | 0 | 0.26 |
| HSL | 209.13º | 0.44% | 0.54% | - |
| HSV(B) | 209.13º | 0.54% | 0.74% | - |
| XYZ | 22.26 | 24.12 | 51.63 | - |
| YUV | 128.85 | 161.94 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 139 | 189 | 0.54 | 0.26 | 0 | 0.26 | 209.13 | 0.44 | 0.54 |
| Hex | 56 | 8B | BD | 36 | 1A | 0 | 1A | D1 | 2C | 36 |
| Octal | 126 | 213 | 275 | 66 | 32 | 0 | 32 | 321 | 54 | 66 |
| Binary | 1010110 | 10001011 | 10111101 | 110110 | 11010 | 0 | 11010 | 11010001 | 101100 | 110110 |
Color Harmonies of #568BBD
Complementary color
Monochromatic Colors of #568BBD
Black with #568BBD
Text Example
Text Example
White with #568BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568BBD; }
p { color: rgb(86,139,189); }
H1.HeaderClassName
{
color: #568BBD;
}
.AnyTagClassName
{
color: #568BBD;
}
</style>
background-color css
<style>
a { background-color: #568BBD; }
a { background-color: rgb(86,139,189); }
div.DivClassName
{
background-color: #568BBD;
}
.BgClassName
{
background-color: #568BBD;
}
</style>
border-color css
<style>
span { border-color: #568BBD; }
span { border-color: rgb(86,139,189); }
td.TdClassName
{
border-color: #568BBD;
}
.TagClassName
{
border-color: #568BBD;
}
</style>