Shades of Danube #5691C3
Tints of Danube #5691C3
RGB
CMYK
RGB Variations
Color information
#5691C3 (or 0x5691C3) is known color: Danube. HEX triplet: 56, 91 and C3. RGB value is (86,145,195). Sum of RGB (Red+Green+Blue) = 86+145+195=426 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.19% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 195 (76.56% from 255 or 45.77% from 426); Max value from RGB is 195 - color contains mainly: blue. Hex color #5691C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5691C3 is #A96E3C. Grayscale: #848484. Windows color (decimal): -11103805 or 12816726. OLE color: 12816726.
HSL color Cylindrical-coordinate representation of color #5691C3: hue angle of 207.52º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5691C3 is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 145 | 195 | - |
| CMYK | 0.56 | 0.26 | 0 | 0.24 |
| HSL | 207.52º | 0.48% | 0.55% | - |
| HSV(B) | 207.52º | 0.56% | 0.76% | - |
| XYZ | 23.81 | 26.17 | 55.43 | - |
| YUV | 133.06 | 162.95 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 145 | 195 | 0.56 | 0.26 | 0 | 0.24 | 207.52 | 0.48 | 0.55 |
| Hex | 56 | 91 | C3 | 38 | 1A | 0 | 18 | D0 | 30 | 37 |
| Octal | 126 | 221 | 303 | 70 | 32 | 0 | 30 | 320 | 60 | 67 |
| Binary | 1010110 | 10010001 | 11000011 | 111000 | 11010 | 0 | 11000 | 11010000 | 110000 | 110111 |
Color Harmonies of #5691C3
Complementary color
Monochromatic Colors of #5691C3
Black with #5691C3
Text Example
Text Example
White with #5691C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5691C3; }
p { color: rgb(86,145,195); }
H1.HeaderClassName
{
color: #5691C3;
}
.AnyTagClassName
{
color: #5691C3;
}
</style>
background-color css
<style>
a { background-color: #5691C3; }
a { background-color: rgb(86,145,195); }
div.DivClassName
{
background-color: #5691C3;
}
.BgClassName
{
background-color: #5691C3;
}
</style>
border-color css
<style>
span { border-color: #5691C3; }
span { border-color: rgb(86,145,195); }
td.TdClassName
{
border-color: #5691C3;
}
.TagClassName
{
border-color: #5691C3;
}
</style>