Shades of Danube #578ABF
Tints of Danube #578ABF
RGB
CMYK
RGB Variations
Color information
#578ABF (or 0x578ABF) is known color: Danube. HEX triplet: 57, 8A and BF. RGB value is (87,138,191). Sum of RGB (Red+Green+Blue) = 87+138+191=416 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.91% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 191 (75% from 255 or 45.91% from 416); Max value from RGB is 191 - color contains mainly: blue. Hex color #578ABF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #578ABF is #A87540. Grayscale: #808080. Windows color (decimal): -11040065 or 12552791. OLE color: 12552791.
HSL color Cylindrical-coordinate representation of color #578ABF: hue angle of 210.58º 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 #578ABF is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 138 | 191 | - |
| CMYK | 0.54 | 0.28 | 0 | 0.25 |
| HSL | 210.58º | 0.45% | 0.55% | - |
| HSV(B) | 210.58º | 0.54% | 0.75% | - |
| XYZ | 22.42 | 23.96 | 52.73 | - |
| YUV | 128.79 | 163.1 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 138 | 191 | 0.54 | 0.28 | 0 | 0.25 | 210.58 | 0.45 | 0.55 |
| Hex | 57 | 8A | BF | 36 | 1C | 0 | 19 | D3 | 2D | 37 |
| Octal | 127 | 212 | 277 | 66 | 34 | 0 | 31 | 323 | 55 | 67 |
| Binary | 1010111 | 10001010 | 10111111 | 110110 | 11100 | 0 | 11001 | 11010011 | 101101 | 110111 |
Color Harmonies of #578ABF
Complementary color
Monochromatic Colors of #578ABF
Black with #578ABF
Text Example
Text Example
White with #578ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578ABF; }
p { color: rgb(87,138,191); }
H1.HeaderClassName
{
color: #578ABF;
}
.AnyTagClassName
{
color: #578ABF;
}
</style>
background-color css
<style>
a { background-color: #578ABF; }
a { background-color: rgb(87,138,191); }
div.DivClassName
{
background-color: #578ABF;
}
.BgClassName
{
background-color: #578ABF;
}
</style>
border-color css
<style>
span { border-color: #578ABF; }
span { border-color: rgb(87,138,191); }
td.TdClassName
{
border-color: #578ABF;
}
.TagClassName
{
border-color: #578ABF;
}
</style>