Shades of Danube #548DCC
Tints of Danube #548DCC
RGB
CMYK
RGB Variations
Color information
#548DCC (or 0x548DCC) is known color: Danube. HEX triplet: 54, 8D and CC. RGB value is (84,141,204). Sum of RGB (Red+Green+Blue) = 84+141+204=429 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.58% from 429); Green value is 141 (55.47% from 255 or 32.87% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #548DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548DCC is #AB7233. Grayscale: #828282. Windows color (decimal): -11235892 or 13405524. OLE color: 13405524.
HSL color Cylindrical-coordinate representation of color #548DCC: hue angle of 211.5º degrees, saturation: 0.54, 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 #548DCC is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 141 | 204 | - |
| CMYK | 0.59 | 0.31 | 0 | 0.2 |
| HSL | 211.5º | 0.54% | 0.56% | - |
| HSV(B) | 211.5º | 0.59% | 0.8% | - |
| XYZ | 24.08 | 25.29 | 60.74 | - |
| YUV | 131.14 | 169.12 | 94.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 141 | 204 | 0.59 | 0.31 | 0 | 0.2 | 211.5 | 0.54 | 0.56 |
| Hex | 54 | 8D | CC | 3B | 1F | 0 | 14 | D4 | 36 | 38 |
| Octal | 124 | 215 | 314 | 73 | 37 | 0 | 24 | 324 | 66 | 70 |
| Binary | 1010100 | 10001101 | 11001100 | 111011 | 11111 | 0 | 10100 | 11010100 | 110110 | 111000 |
Color Harmonies of #548DCC
Complementary color
Monochromatic Colors of #548DCC
Black with #548DCC
Text Example
Text Example
White with #548DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548DCC; }
p { color: rgb(84,141,204); }
H1.HeaderClassName
{
color: #548DCC;
}
.AnyTagClassName
{
color: #548DCC;
}
</style>
background-color css
<style>
a { background-color: #548DCC; }
a { background-color: rgb(84,141,204); }
div.DivClassName
{
background-color: #548DCC;
}
.BgClassName
{
background-color: #548DCC;
}
</style>
border-color css
<style>
span { border-color: #548DCC; }
span { border-color: rgb(84,141,204); }
td.TdClassName
{
border-color: #548DCC;
}
.TagClassName
{
border-color: #548DCC;
}
</style>