Shades of Danube #578AC0
Tints of Danube #578AC0
RGB
CMYK
RGB Variations
Color information
#578AC0 (or 0x578AC0) is known color: Danube. HEX triplet: 57, 8A and C0. RGB value is (87,138,192). Sum of RGB (Red+Green+Blue) = 87+138+192=417 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.86% from 417); Green value is 138 (54.30% from 255 or 33.09% from 417); Blue value is 192 (75.39% from 255 or 46.04% from 417); Max value from RGB is 192 - color contains mainly: blue. Hex color #578AC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #578AC0 is #A8753F. Grayscale: #808080. Windows color (decimal): -11040064 or 12618327. OLE color: 12618327.
HSL color Cylindrical-coordinate representation of color #578AC0: hue angle of 210.86º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #578AC0 is Cyan = 0.55, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 138 | 192 | - |
| CMYK | 0.55 | 0.28 | 0 | 0.25 |
| HSL | 210.86º | 0.45% | 0.55% | - |
| HSV(B) | 210.86º | 0.55% | 0.75% | - |
| XYZ | 22.53 | 24.01 | 53.32 | - |
| YUV | 128.91 | 163.6 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 138 | 192 | 0.55 | 0.28 | 0 | 0.25 | 210.86 | 0.45 | 0.55 |
| Hex | 57 | 8A | C0 | 37 | 1C | 0 | 19 | D3 | 2D | 37 |
| Octal | 127 | 212 | 300 | 67 | 34 | 0 | 31 | 323 | 55 | 67 |
| Binary | 1010111 | 10001010 | 11000000 | 110111 | 11100 | 0 | 11001 | 11010011 | 101101 | 110111 |
Color Harmonies of #578AC0
Complementary color
Monochromatic Colors of #578AC0
Black with #578AC0
Text Example
Text Example
White with #578AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578AC0; }
p { color: rgb(87,138,192); }
H1.HeaderClassName
{
color: #578AC0;
}
.AnyTagClassName
{
color: #578AC0;
}
</style>
background-color css
<style>
a { background-color: #578AC0; }
a { background-color: rgb(87,138,192); }
div.DivClassName
{
background-color: #578AC0;
}
.BgClassName
{
background-color: #578AC0;
}
</style>
border-color css
<style>
span { border-color: #578AC0; }
span { border-color: rgb(87,138,192); }
td.TdClassName
{
border-color: #578AC0;
}
.TagClassName
{
border-color: #578AC0;
}
</style>