Shades of Danube #578BCA
Tints of Danube #578BCA
RGB
CMYK
RGB Variations
Color information
#578BCA (or 0x578BCA) is known color: Danube. HEX triplet: 57, 8B and CA. RGB value is (87,139,202). Sum of RGB (Red+Green+Blue) = 87+139+202=428 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.33% from 428); Green value is 139 (54.69% from 255 or 32.48% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #578BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #578BCA is #A87435. Grayscale: #828282. Windows color (decimal): -11039798 or 13273943. OLE color: 13273943.
HSL color Cylindrical-coordinate representation of color #578BCA: hue angle of 212.87º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #578BCA is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 87 | 139 | 202 | - |
| CMYK | 0.57 | 0.31 | 0 | 0.21 |
| HSL | 212.87º | 0.52% | 0.57% | - |
| HSV(B) | 212.87º | 0.57% | 0.79% | - |
| XYZ | 23.82 | 24.76 | 59.4 | - |
| YUV | 130.63 | 168.27 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 139 | 202 | 0.57 | 0.31 | 0 | 0.21 | 212.87 | 0.52 | 0.57 |
| Hex | 57 | 8B | CA | 39 | 1F | 0 | 15 | D5 | 34 | 39 |
| Octal | 127 | 213 | 312 | 71 | 37 | 0 | 25 | 325 | 64 | 71 |
| Binary | 1010111 | 10001011 | 11001010 | 111001 | 11111 | 0 | 10101 | 11010101 | 110100 | 111001 |
Color Harmonies of #578BCA
Complementary color
Monochromatic Colors of #578BCA
Black with #578BCA
Text Example
Text Example
White with #578BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #578BCA; }
p { color: rgb(87,139,202); }
H1.HeaderClassName
{
color: #578BCA;
}
.AnyTagClassName
{
color: #578BCA;
}
</style>
background-color css
<style>
a { background-color: #578BCA; }
a { background-color: rgb(87,139,202); }
div.DivClassName
{
background-color: #578BCA;
}
.BgClassName
{
background-color: #578BCA;
}
</style>
border-color css
<style>
span { border-color: #578BCA; }
span { border-color: rgb(87,139,202); }
td.TdClassName
{
border-color: #578BCA;
}
.TagClassName
{
border-color: #578BCA;
}
</style>