Shades of Danube #5893C0
Tints of Danube #5893C0
RGB
CMYK
RGB Variations
Color information
#5893C0 (or 0x5893C0) is known color: Danube. HEX triplet: 58, 93 and C0. RGB value is (88,147,192). Sum of RGB (Red+Green+Blue) = 88+147+192=427 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.61% from 427); Green value is 147 (57.81% from 255 or 34.43% from 427); Blue value is 192 (75.39% from 255 or 44.96% from 427); Max value from RGB is 192 - color contains mainly: blue. Hex color #5893C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5893C0 is #A76C3F. Grayscale: #868686. Windows color (decimal): -10972224 or 12620632. OLE color: 12620632.
HSL color Cylindrical-coordinate representation of color #5893C0: hue angle of 205.96º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5893C0 is Cyan = 0.54, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 88 | 147 | 192 | - |
| CMYK | 0.54 | 0.23 | 0 | 0.25 |
| HSL | 205.96º | 0.45% | 0.55% | - |
| HSV(B) | 205.96º | 0.54% | 0.75% | - |
| XYZ | 23.97 | 26.75 | 53.77 | - |
| YUV | 134.49 | 160.45 | 94.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 147 | 192 | 0.54 | 0.23 | 0 | 0.25 | 205.96 | 0.45 | 0.55 |
| Hex | 58 | 93 | C0 | 36 | 17 | 0 | 19 | CE | 2D | 37 |
| Octal | 130 | 223 | 300 | 66 | 27 | 0 | 31 | 316 | 55 | 67 |
| Binary | 1011000 | 10010011 | 11000000 | 110110 | 10111 | 0 | 11001 | 11001110 | 101101 | 110111 |
Color Harmonies of #5893C0
Complementary color
Monochromatic Colors of #5893C0
Black with #5893C0
Text Example
Text Example
White with #5893C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5893C0; }
p { color: rgb(88,147,192); }
H1.HeaderClassName
{
color: #5893C0;
}
.AnyTagClassName
{
color: #5893C0;
}
</style>
background-color css
<style>
a { background-color: #5893C0; }
a { background-color: rgb(88,147,192); }
div.DivClassName
{
background-color: #5893C0;
}
.BgClassName
{
background-color: #5893C0;
}
</style>
border-color css
<style>
span { border-color: #5893C0; }
span { border-color: rgb(88,147,192); }
td.TdClassName
{
border-color: #5893C0;
}
.TagClassName
{
border-color: #5893C0;
}
</style>