Shades of Danube #588CC3
Tints of Danube #588CC3
RGB
CMYK
RGB Variations
Color information
#588CC3 (or 0x588CC3) is known color: Danube. HEX triplet: 58, 8C and C3. RGB value is (88,140,195). Sum of RGB (Red+Green+Blue) = 88+140+195=423 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.80% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 195 (76.56% from 255 or 46.10% from 423); Max value from RGB is 195 - color contains mainly: blue. Hex color #588CC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #588CC3 is #A7733C. Grayscale: #828282. Windows color (decimal): -10974013 or 12815448. OLE color: 12815448.
HSL color Cylindrical-coordinate representation of color #588CC3: hue angle of 210.84º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #588CC3 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 88 | 140 | 195 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.24 |
| HSL | 210.84º | 0.47% | 0.55% | - |
| HSV(B) | 210.84º | 0.55% | 0.76% | - |
| XYZ | 23.25 | 24.77 | 55.19 | - |
| YUV | 130.72 | 164.27 | 97.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 140 | 195 | 0.55 | 0.28 | 0 | 0.24 | 210.84 | 0.47 | 0.55 |
| Hex | 58 | 8C | C3 | 37 | 1C | 0 | 18 | D3 | 2F | 37 |
| Octal | 130 | 214 | 303 | 67 | 34 | 0 | 30 | 323 | 57 | 67 |
| Binary | 1011000 | 10001100 | 11000011 | 110111 | 11100 | 0 | 11000 | 11010011 | 101111 | 110111 |
Color Harmonies of #588CC3
Complementary color
Monochromatic Colors of #588CC3
Black with #588CC3
Text Example
Text Example
White with #588CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #588CC3; }
p { color: rgb(88,140,195); }
H1.HeaderClassName
{
color: #588CC3;
}
.AnyTagClassName
{
color: #588CC3;
}
</style>
background-color css
<style>
a { background-color: #588CC3; }
a { background-color: rgb(88,140,195); }
div.DivClassName
{
background-color: #588CC3;
}
.BgClassName
{
background-color: #588CC3;
}
</style>
border-color css
<style>
span { border-color: #588CC3; }
span { border-color: rgb(88,140,195); }
td.TdClassName
{
border-color: #588CC3;
}
.TagClassName
{
border-color: #588CC3;
}
</style>