Shades of Danube #578CCC
Tints of Danube #578CCC
RGB
CMYK
RGB Variations
Color information
#578CCC (or 0x578CCC) is known color: Danube. HEX triplet: 57, 8C and CC. RGB value is (87,140,204). Sum of RGB (Red+Green+Blue) = 87+140+204=431 (57% of max value = 765). Red value is 87 (34.38% from 255 or 20.19% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 204 (80.08% from 255 or 47.33% from 431); Max value from RGB is 204 - color contains mainly: blue. Hex color #578CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #578CCC is #A87333. Grayscale: #838383. Windows color (decimal): -11039540 or 13405271. OLE color: 13405271.
HSL color Cylindrical-coordinate representation of color #578CCC: hue angle of 212.82º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #578CCC is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 87 | 140 | 204 | - |
| CMYK | 0.57 | 0.31 | 0 | 0.2 |
| HSL | 212.82º | 0.53% | 0.57% | - |
| HSV(B) | 212.82º | 0.57% | 0.8% | - |
| XYZ | 24.21 | 25.14 | 60.7 | - |
| YUV | 131.45 | 168.94 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 140 | 204 | 0.57 | 0.31 | 0 | 0.2 | 212.82 | 0.53 | 0.57 |
| Hex | 57 | 8C | CC | 39 | 1F | 0 | 14 | D5 | 35 | 39 |
| Octal | 127 | 214 | 314 | 71 | 37 | 0 | 24 | 325 | 65 | 71 |
| Binary | 1010111 | 10001100 | 11001100 | 111001 | 11111 | 0 | 10100 | 11010101 | 110101 | 111001 |
Color Harmonies of #578CCC
Complementary color
Monochromatic Colors of #578CCC
Black with #578CCC
Text Example
Text Example
White with #578CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578CCC; }
p { color: rgb(87,140,204); }
H1.HeaderClassName
{
color: #578CCC;
}
.AnyTagClassName
{
color: #578CCC;
}
</style>
background-color css
<style>
a { background-color: #578CCC; }
a { background-color: rgb(87,140,204); }
div.DivClassName
{
background-color: #578CCC;
}
.BgClassName
{
background-color: #578CCC;
}
</style>
border-color css
<style>
span { border-color: #578CCC; }
span { border-color: rgb(87,140,204); }
td.TdClassName
{
border-color: #578CCC;
}
.TagClassName
{
border-color: #578CCC;
}
</style>