Shades of Danube #5793C0
Tints of Danube #5793C0
RGB
CMYK
RGB Variations
Color information
#5793C0 (or 0x5793C0) is known color: Danube. HEX triplet: 57, 93 and C0. RGB value is (87,147,192). Sum of RGB (Red+Green+Blue) = 87+147+192=426 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.42% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 192 (75.39% from 255 or 45.07% from 426); Max value from RGB is 192 - color contains mainly: blue. Hex color #5793C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5793C0 is #A86C3F. Grayscale: #858585. Windows color (decimal): -11037760 or 12620631. OLE color: 12620631.
HSL color Cylindrical-coordinate representation of color #5793C0: hue angle of 205.71º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5793C0 is Cyan = 0.55, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 147 | 192 | - |
| CMYK | 0.55 | 0.23 | 0 | 0.25 |
| HSL | 205.71º | 0.45% | 0.55% | - |
| HSV(B) | 205.71º | 0.55% | 0.75% | - |
| XYZ | 23.88 | 26.7 | 53.76 | - |
| YUV | 134.19 | 160.62 | 94.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 147 | 192 | 0.55 | 0.23 | 0 | 0.25 | 205.71 | 0.45 | 0.55 |
| Hex | 57 | 93 | C0 | 37 | 17 | 0 | 19 | CE | 2D | 37 |
| Octal | 127 | 223 | 300 | 67 | 27 | 0 | 31 | 316 | 55 | 67 |
| Binary | 1010111 | 10010011 | 11000000 | 110111 | 10111 | 0 | 11001 | 11001110 | 101101 | 110111 |
Color Harmonies of #5793C0
Complementary color
Monochromatic Colors of #5793C0
Black with #5793C0
Text Example
Text Example
White with #5793C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5793C0; }
p { color: rgb(87,147,192); }
H1.HeaderClassName
{
color: #5793C0;
}
.AnyTagClassName
{
color: #5793C0;
}
</style>
background-color css
<style>
a { background-color: #5793C0; }
a { background-color: rgb(87,147,192); }
div.DivClassName
{
background-color: #5793C0;
}
.BgClassName
{
background-color: #5793C0;
}
</style>
border-color css
<style>
span { border-color: #5793C0; }
span { border-color: rgb(87,147,192); }
td.TdClassName
{
border-color: #5793C0;
}
.TagClassName
{
border-color: #5793C0;
}
</style>