Shades of Danube #548FCD
Tints of Danube #548FCD
RGB
CMYK
RGB Variations
Color information
#548FCD (or 0x548FCD) is known color: Danube. HEX triplet: 54, 8F and CD. RGB value is (84,143,205). Sum of RGB (Red+Green+Blue) = 84+143+205=432 (57% of max value = 765). Red value is 84 (33.20% from 255 or 19.44% from 432); Green value is 143 (56.25% from 255 or 33.10% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #548FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548FCD is #AB7032. Grayscale: #848484. Windows color (decimal): -11235379 or 13471572. OLE color: 13471572.
HSL color Cylindrical-coordinate representation of color #548FCD: hue angle of 210.74º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #548FCD is Cyan = 0.59, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 84 | 143 | 205 | - |
| CMYK | 0.59 | 0.30 | 0 | 0.20 |
| HSL | 210.74º | 0.55% | 0.57% | - |
| HSV(B) | 210.74º | 0.59% | 0.8% | - |
| XYZ | 24.5 | 25.94 | 61.47 | - |
| YUV | 132.43 | 168.95 | 93.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 143 | 205 | 0.59 | 0.30 | 0 | 0.20 | 210.74 | 0.55 | 0.57 |
| Hex | 54 | 8F | CD | 3B | 1E | 0 | 14 | D3 | 37 | 39 |
| Octal | 124 | 217 | 315 | 73 | 36 | 0 | 24 | 323 | 67 | 71 |
| Binary | 1010100 | 10001111 | 11001101 | 111011 | 11110 | 0 | 10100 | 11010011 | 110111 | 111001 |
Color Harmonies of #548FCD
Complementary color
Monochromatic Colors of #548FCD
Black with #548FCD
Text Example
Text Example
White with #548FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548FCD; }
p { color: rgb(84,143,205); }
H1.HeaderClassName
{
color: #548FCD;
}
.AnyTagClassName
{
color: #548FCD;
}
</style>
background-color css
<style>
a { background-color: #548FCD; }
a { background-color: rgb(84,143,205); }
div.DivClassName
{
background-color: #548FCD;
}
.BgClassName
{
background-color: #548FCD;
}
</style>
border-color css
<style>
span { border-color: #548FCD; }
span { border-color: rgb(84,143,205); }
td.TdClassName
{
border-color: #548FCD;
}
.TagClassName
{
border-color: #548FCD;
}
</style>