Shades of Danube #588DC4
Tints of Danube #588DC4
RGB
CMYK
RGB Variations
Color information
#588DC4 (or 0x588DC4) is known color: Danube. HEX triplet: 58, 8D and C4. RGB value is (88,141,196). Sum of RGB (Red+Green+Blue) = 88+141+196=425 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.71% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 196 (76.95% from 255 or 46.12% from 425); Max value from RGB is 196 - color contains mainly: blue. Hex color #588DC4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588DC4 is #A7723B. Grayscale: #838383. Windows color (decimal): -10973756 or 12881240. OLE color: 12881240.
HSL color Cylindrical-coordinate representation of color #588DC4: hue angle of 210.56º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #588DC4 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 88 | 141 | 196 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.23 |
| HSL | 210.56º | 0.48% | 0.56% | - |
| HSV(B) | 210.56º | 0.55% | 0.77% | - |
| XYZ | 23.51 | 25.11 | 55.83 | - |
| YUV | 131.42 | 164.44 | 97.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 141 | 196 | 0.55 | 0.28 | 0 | 0.23 | 210.56 | 0.48 | 0.56 |
| Hex | 58 | 8D | C4 | 37 | 1C | 0 | 17 | D3 | 30 | 38 |
| Octal | 130 | 215 | 304 | 67 | 34 | 0 | 27 | 323 | 60 | 70 |
| Binary | 1011000 | 10001101 | 11000100 | 110111 | 11100 | 0 | 10111 | 11010011 | 110000 | 111000 |
Color Harmonies of #588DC4
Complementary color
Monochromatic Colors of #588DC4
Black with #588DC4
Text Example
Text Example
White with #588DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588DC4; }
p { color: rgb(88,141,196); }
H1.HeaderClassName
{
color: #588DC4;
}
.AnyTagClassName
{
color: #588DC4;
}
</style>
background-color css
<style>
a { background-color: #588DC4; }
a { background-color: rgb(88,141,196); }
div.DivClassName
{
background-color: #588DC4;
}
.BgClassName
{
background-color: #588DC4;
}
</style>
border-color css
<style>
span { border-color: #588DC4; }
span { border-color: rgb(88,141,196); }
td.TdClassName
{
border-color: #588DC4;
}
.TagClassName
{
border-color: #588DC4;
}
</style>