Shades of Danube #548BBD
Tints of Danube #548BBD
RGB
CMYK
RGB Variations
Color information
#548BBD (or 0x548BBD) is known color: Danube. HEX triplet: 54, 8B and BD. RGB value is (84,139,189). Sum of RGB (Red+Green+Blue) = 84+139+189=412 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.39% from 412); Green value is 139 (54.69% from 255 or 33.74% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 189 - color contains mainly: blue. Hex color #548BBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548BBD is #AB7442. Grayscale: #808080. Windows color (decimal): -11236419 or 12421972. OLE color: 12421972.
HSL color Cylindrical-coordinate representation of color #548BBD: hue angle of 208.57º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #548BBD is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 84 | 139 | 189 | - |
| CMYK | 0.56 | 0.26 | 0 | 0.26 |
| HSL | 208.57º | 0.44% | 0.54% | - |
| HSV(B) | 208.57º | 0.56% | 0.74% | - |
| XYZ | 22.07 | 24.02 | 51.62 | - |
| YUV | 128.26 | 162.28 | 96.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 139 | 189 | 0.56 | 0.26 | 0 | 0.26 | 208.57 | 0.44 | 0.54 |
| Hex | 54 | 8B | BD | 38 | 1A | 0 | 1A | D1 | 2C | 36 |
| Octal | 124 | 213 | 275 | 70 | 32 | 0 | 32 | 321 | 54 | 66 |
| Binary | 1010100 | 10001011 | 10111101 | 111000 | 11010 | 0 | 11010 | 11010001 | 101100 | 110110 |
Color Harmonies of #548BBD
Complementary color
Monochromatic Colors of #548BBD
Black with #548BBD
Text Example
Text Example
White with #548BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548BBD; }
p { color: rgb(84,139,189); }
H1.HeaderClassName
{
color: #548BBD;
}
.AnyTagClassName
{
color: #548BBD;
}
</style>
background-color css
<style>
a { background-color: #548BBD; }
a { background-color: rgb(84,139,189); }
div.DivClassName
{
background-color: #548BBD;
}
.BgClassName
{
background-color: #548BBD;
}
</style>
border-color css
<style>
span { border-color: #548BBD; }
span { border-color: rgb(84,139,189); }
td.TdClassName
{
border-color: #548BBD;
}
.TagClassName
{
border-color: #548BBD;
}
</style>