Shades of Danube #578FBC
Tints of Danube #578FBC
RGB
CMYK
RGB Variations
Color information
#578FBC (or 0x578FBC) is known color: Danube. HEX triplet: 57, 8F and BC. RGB value is (87,143,188). Sum of RGB (Red+Green+Blue) = 87+143+188=418 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.81% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #578FBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #578FBC is #A87043. Grayscale: #838383. Windows color (decimal): -11038788 or 12357463. OLE color: 12357463.
HSL color Cylindrical-coordinate representation of color #578FBC: hue angle of 206.73º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #578FBC is Cyan = 0.54, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 87 | 143 | 188 | - |
| CMYK | 0.54 | 0.24 | 0 | 0.26 |
| HSL | 206.73º | 0.43% | 0.54% | - |
| HSV(B) | 206.73º | 0.54% | 0.74% | - |
| XYZ | 22.83 | 25.3 | 51.26 | - |
| YUV | 131.39 | 159.95 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 143 | 188 | 0.54 | 0.24 | 0 | 0.26 | 206.73 | 0.43 | 0.54 |
| Hex | 57 | 8F | BC | 36 | 18 | 0 | 1A | CF | 2B | 36 |
| Octal | 127 | 217 | 274 | 66 | 30 | 0 | 32 | 317 | 53 | 66 |
| Binary | 1010111 | 10001111 | 10111100 | 110110 | 11000 | 0 | 11010 | 11001111 | 101011 | 110110 |
Color Harmonies of #578FBC
Complementary color
Monochromatic Colors of #578FBC
Black with #578FBC
Text Example
Text Example
White with #578FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578FBC; }
p { color: rgb(87,143,188); }
H1.HeaderClassName
{
color: #578FBC;
}
.AnyTagClassName
{
color: #578FBC;
}
</style>
background-color css
<style>
a { background-color: #578FBC; }
a { background-color: rgb(87,143,188); }
div.DivClassName
{
background-color: #578FBC;
}
.BgClassName
{
background-color: #578FBC;
}
</style>
border-color css
<style>
span { border-color: #578FBC; }
span { border-color: rgb(87,143,188); }
td.TdClassName
{
border-color: #578FBC;
}
.TagClassName
{
border-color: #578FBC;
}
</style>