Shades of Danube #578DC8
Tints of Danube #578DC8
RGB
CMYK
RGB Variations
Color information
#578DC8 (or 0x578DC8) is known color: Danube. HEX triplet: 57, 8D and C8. RGB value is (87,141,200). Sum of RGB (Red+Green+Blue) = 87+141+200=428 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.33% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 200 (78.52% from 255 or 46.73% from 428); Max value from RGB is 200 - color contains mainly: blue. Hex color #578DC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #578DC8 is #A87237. Grayscale: #838383. Windows color (decimal): -11039288 or 13143383. OLE color: 13143383.
HSL color Cylindrical-coordinate representation of color #578DC8: hue angle of 211.33º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #578DC8 is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 87 | 141 | 200 | - |
| CMYK | 0.56 | 0.29 | 0 | 0.22 |
| HSL | 211.33º | 0.51% | 0.56% | - |
| HSV(B) | 211.33º | 0.57% | 0.78% | - |
| XYZ | 23.88 | 25.25 | 58.26 | - |
| YUV | 131.58 | 166.61 | 96.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 141 | 200 | 0.56 | 0.29 | 0 | 0.22 | 211.33 | 0.51 | 0.56 |
| Hex | 57 | 8D | C8 | 38 | 1D | 0 | 16 | D3 | 33 | 38 |
| Octal | 127 | 215 | 310 | 70 | 35 | 0 | 26 | 323 | 63 | 70 |
| Binary | 1010111 | 10001101 | 11001000 | 111000 | 11101 | 0 | 10110 | 11010011 | 110011 | 111000 |
Color Harmonies of #578DC8
Complementary color
Monochromatic Colors of #578DC8
Black with #578DC8
Text Example
Text Example
White with #578DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578DC8; }
p { color: rgb(87,141,200); }
H1.HeaderClassName
{
color: #578DC8;
}
.AnyTagClassName
{
color: #578DC8;
}
</style>
background-color css
<style>
a { background-color: #578DC8; }
a { background-color: rgb(87,141,200); }
div.DivClassName
{
background-color: #578DC8;
}
.BgClassName
{
background-color: #578DC8;
}
</style>
border-color css
<style>
span { border-color: #578DC8; }
span { border-color: rgb(87,141,200); }
td.TdClassName
{
border-color: #578DC8;
}
.TagClassName
{
border-color: #578DC8;
}
</style>