Shades of Danube #548ECB
Tints of Danube #548ECB
RGB
CMYK
RGB Variations
Color information
#548ECB (or 0x548ECB) is known color: Danube. HEX triplet: 54, 8E and CB. RGB value is (84,142,203). Sum of RGB (Red+Green+Blue) = 84+142+203=429 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.58% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #548ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548ECB is #AB7134. Grayscale: #838383. Windows color (decimal): -11235637 or 13340244. OLE color: 13340244.
HSL color Cylindrical-coordinate representation of color #548ECB: hue angle of 210.76º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #548ECB is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 142 | 203 | - |
| CMYK | 0.59 | 0.30 | 0 | 0.20 |
| HSL | 210.76º | 0.53% | 0.56% | - |
| HSV(B) | 210.76º | 0.59% | 0.8% | - |
| XYZ | 24.11 | 25.54 | 60.16 | - |
| YUV | 131.61 | 168.28 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 142 | 203 | 0.59 | 0.30 | 0 | 0.20 | 210.76 | 0.53 | 0.56 |
| Hex | 54 | 8E | CB | 3B | 1E | 0 | 14 | D3 | 35 | 38 |
| Octal | 124 | 216 | 313 | 73 | 36 | 0 | 24 | 323 | 65 | 70 |
| Binary | 1010100 | 10001110 | 11001011 | 111011 | 11110 | 0 | 10100 | 11010011 | 110101 | 111000 |
Color Harmonies of #548ECB
Complementary color
Monochromatic Colors of #548ECB
Black with #548ECB
Text Example
Text Example
White with #548ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548ECB; }
p { color: rgb(84,142,203); }
H1.HeaderClassName
{
color: #548ECB;
}
.AnyTagClassName
{
color: #548ECB;
}
</style>
background-color css
<style>
a { background-color: #548ECB; }
a { background-color: rgb(84,142,203); }
div.DivClassName
{
background-color: #548ECB;
}
.BgClassName
{
background-color: #548ECB;
}
</style>
border-color css
<style>
span { border-color: #548ECB; }
span { border-color: rgb(84,142,203); }
td.TdClassName
{
border-color: #548ECB;
}
.TagClassName
{
border-color: #548ECB;
}
</style>