Shades of Danube #568AB7
Tints of Danube #568AB7
RGB
CMYK
RGB Variations
Color information
#568AB7 (or 0x568AB7) is known color: Danube. HEX triplet: 56, 8A and B7. RGB value is (86,138,183). Sum of RGB (Red+Green+Blue) = 86+138+183=407 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.13% from 407); Green value is 138 (54.30% from 255 or 33.91% from 407); Blue value is 183 (71.88% from 255 or 44.96% from 407); Max value from RGB is 183 - color contains mainly: blue. Hex color #568AB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #568AB7 is #A97548. Grayscale: #7F7F7F. Windows color (decimal): -11105609 or 12028502. OLE color: 12028502.
HSL color Cylindrical-coordinate representation of color #568AB7: hue angle of 207.84º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #568AB7 is Cyan = 0.53, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 86 | 138 | 183 | - |
| CMYK | 0.53 | 0.25 | 0 | 0.28 |
| HSL | 207.84º | 0.4% | 0.53% | - |
| HSV(B) | 207.84º | 0.53% | 0.72% | - |
| XYZ | 21.47 | 23.57 | 48.22 | - |
| YUV | 127.58 | 159.27 | 98.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 138 | 183 | 0.53 | 0.25 | 0 | 0.28 | 207.84 | 0.4 | 0.53 |
| Hex | 56 | 8A | B7 | 35 | 19 | 0 | 1C | D0 | 28 | 35 |
| Octal | 126 | 212 | 267 | 65 | 31 | 0 | 34 | 320 | 50 | 65 |
| Binary | 1010110 | 10001010 | 10110111 | 110101 | 11001 | 0 | 11100 | 11010000 | 101000 | 110101 |
Color Harmonies of #568AB7
Complementary color
Monochromatic Colors of #568AB7
Black with #568AB7
Text Example
Text Example
White with #568AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568AB7; }
p { color: rgb(86,138,183); }
H1.HeaderClassName
{
color: #568AB7;
}
.AnyTagClassName
{
color: #568AB7;
}
</style>
background-color css
<style>
a { background-color: #568AB7; }
a { background-color: rgb(86,138,183); }
div.DivClassName
{
background-color: #568AB7;
}
.BgClassName
{
background-color: #568AB7;
}
</style>
border-color css
<style>
span { border-color: #568AB7; }
span { border-color: rgb(86,138,183); }
td.TdClassName
{
border-color: #568AB7;
}
.TagClassName
{
border-color: #568AB7;
}
</style>