Shades of Danube #548ECF
Tints of Danube #548ECF
RGB
CMYK
RGB Variations
Color information
#548ECF (or 0x548ECF) is known color: Danube. HEX triplet: 54, 8E and CF. RGB value is (84,142,207). Sum of RGB (Red+Green+Blue) = 84+142+207=433 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.40% from 433); Green value is 142 (55.86% from 255 or 32.79% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #548ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548ECF is #AB7130. Grayscale: #838383. Windows color (decimal): -11235633 or 13602388. OLE color: 13602388.
HSL color Cylindrical-coordinate representation of color #548ECF: hue angle of 211.71º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #548ECF is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 84 | 142 | 207 | - |
| CMYK | 0.59 | 0.31 | 0 | 0.19 |
| HSL | 211.71º | 0.56% | 0.57% | - |
| HSV(B) | 211.71º | 0.59% | 0.81% | - |
| XYZ | 24.59 | 25.74 | 62.7 | - |
| YUV | 132.07 | 170.28 | 93.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 142 | 207 | 0.59 | 0.31 | 0 | 0.19 | 211.71 | 0.56 | 0.57 |
| Hex | 54 | 8E | CF | 3B | 1F | 0 | 13 | D4 | 38 | 39 |
| Octal | 124 | 216 | 317 | 73 | 37 | 0 | 23 | 324 | 70 | 71 |
| Binary | 1010100 | 10001110 | 11001111 | 111011 | 11111 | 0 | 10011 | 11010100 | 111000 | 111001 |
Color Harmonies of #548ECF
Complementary color
Monochromatic Colors of #548ECF
Black with #548ECF
Text Example
Text Example
White with #548ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548ECF; }
p { color: rgb(84,142,207); }
H1.HeaderClassName
{
color: #548ECF;
}
.AnyTagClassName
{
color: #548ECF;
}
</style>
background-color css
<style>
a { background-color: #548ECF; }
a { background-color: rgb(84,142,207); }
div.DivClassName
{
background-color: #548ECF;
}
.BgClassName
{
background-color: #548ECF;
}
</style>
border-color css
<style>
span { border-color: #548ECF; }
span { border-color: rgb(84,142,207); }
td.TdClassName
{
border-color: #548ECF;
}
.TagClassName
{
border-color: #548ECF;
}
</style>