Shades of Danube #548BB9
Tints of Danube #548BB9
RGB
CMYK
RGB Variations
Color information
#548BB9 (or 0x548BB9) is known color: Danube. HEX triplet: 54, 8B and B9. RGB value is (84,139,185). Sum of RGB (Red+Green+Blue) = 84+139+185=408 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.59% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 185 (72.66% from 255 or 45.34% from 408); Max value from RGB is 185 - color contains mainly: blue. Hex color #548BB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548BB9 is #AB7446. Grayscale: #7F7F7F. Windows color (decimal): -11236423 or 12159828. OLE color: 12159828.
HSL color Cylindrical-coordinate representation of color #548BB9: hue angle of 207.33º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #548BB9 is Cyan = 0.55, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 84 | 139 | 185 | - |
| CMYK | 0.55 | 0.25 | 0 | 0.27 |
| HSL | 207.33º | 0.42% | 0.53% | - |
| HSV(B) | 207.33º | 0.55% | 0.73% | - |
| XYZ | 21.65 | 23.85 | 49.36 | - |
| YUV | 127.8 | 160.28 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 139 | 185 | 0.55 | 0.25 | 0 | 0.27 | 207.33 | 0.42 | 0.53 |
| Hex | 54 | 8B | B9 | 37 | 19 | 0 | 1B | CF | 2A | 35 |
| Octal | 124 | 213 | 271 | 67 | 31 | 0 | 33 | 317 | 52 | 65 |
| Binary | 1010100 | 10001011 | 10111001 | 110111 | 11001 | 0 | 11011 | 11001111 | 101010 | 110101 |
Color Harmonies of #548BB9
Complementary color
Monochromatic Colors of #548BB9
Black with #548BB9
Text Example
Text Example
White with #548BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548BB9; }
p { color: rgb(84,139,185); }
H1.HeaderClassName
{
color: #548BB9;
}
.AnyTagClassName
{
color: #548BB9;
}
</style>
background-color css
<style>
a { background-color: #548BB9; }
a { background-color: rgb(84,139,185); }
div.DivClassName
{
background-color: #548BB9;
}
.BgClassName
{
background-color: #548BB9;
}
</style>
border-color css
<style>
span { border-color: #548BB9; }
span { border-color: rgb(84,139,185); }
td.TdClassName
{
border-color: #548BB9;
}
.TagClassName
{
border-color: #548BB9;
}
</style>