Shades of Danube #5693C3
Tints of Danube #5693C3
RGB
CMYK
RGB Variations
Color information
#5693C3 (or 0x5693C3) is known color: Danube. HEX triplet: 56, 93 and C3. RGB value is (86,147,195). Sum of RGB (Red+Green+Blue) = 86+147+195=428 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.09% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 195 (76.56% from 255 or 45.56% from 428); Max value from RGB is 195 - color contains mainly: blue. Hex color #5693C3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5693C3 is #A96C3C. Grayscale: #858585. Windows color (decimal): -11103293 or 12817238. OLE color: 12817238.
HSL color Cylindrical-coordinate representation of color #5693C3: hue angle of 206.42º 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 #5693C3 is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 86 | 147 | 195 | - |
| CMYK | 0.56 | 0.25 | 0 | 0.24 |
| HSL | 206.42º | 0.48% | 0.55% | - |
| HSV(B) | 206.42º | 0.56% | 0.76% | - |
| XYZ | 24.12 | 26.79 | 55.53 | - |
| YUV | 134.23 | 162.29 | 93.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 147 | 195 | 0.56 | 0.25 | 0 | 0.24 | 206.42 | 0.48 | 0.55 |
| Hex | 56 | 93 | C3 | 38 | 19 | 0 | 18 | CE | 30 | 37 |
| Octal | 126 | 223 | 303 | 70 | 31 | 0 | 30 | 316 | 60 | 67 |
| Binary | 1010110 | 10010011 | 11000011 | 111000 | 11001 | 0 | 11000 | 11001110 | 110000 | 110111 |
Color Harmonies of #5693C3
Complementary color
Monochromatic Colors of #5693C3
Black with #5693C3
Text Example
Text Example
White with #5693C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5693C3; }
p { color: rgb(86,147,195); }
H1.HeaderClassName
{
color: #5693C3;
}
.AnyTagClassName
{
color: #5693C3;
}
</style>
background-color css
<style>
a { background-color: #5693C3; }
a { background-color: rgb(86,147,195); }
div.DivClassName
{
background-color: #5693C3;
}
.BgClassName
{
background-color: #5693C3;
}
</style>
border-color css
<style>
span { border-color: #5693C3; }
span { border-color: rgb(86,147,195); }
td.TdClassName
{
border-color: #5693C3;
}
.TagClassName
{
border-color: #5693C3;
}
</style>