Shades of Danube #548DBE
Tints of Danube #548DBE
RGB
CMYK
RGB Variations
Color information
#548DBE (or 0x548DBE) is known color: Danube. HEX triplet: 54, 8D and BE. RGB value is (84,141,190). Sum of RGB (Red+Green+Blue) = 84+141+190=415 (54% of max value = 765). Red value is 84 (33.20% from 255 or 20.24% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #548DBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548DBE is #AB7241. Grayscale: #818181. Windows color (decimal): -11235906 or 12488020. OLE color: 12488020.
HSL color Cylindrical-coordinate representation of color #548DBE: hue angle of 207.74º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #548DBE is Cyan = 0.56, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 84 | 141 | 190 | - |
| CMYK | 0.56 | 0.26 | 0 | 0.25 |
| HSL | 207.74º | 0.45% | 0.54% | - |
| HSV(B) | 207.74º | 0.56% | 0.75% | - |
| XYZ | 22.48 | 24.65 | 52.29 | - |
| YUV | 129.54 | 162.12 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 141 | 190 | 0.56 | 0.26 | 0 | 0.25 | 207.74 | 0.45 | 0.54 |
| Hex | 54 | 8D | BE | 38 | 1A | 0 | 19 | D0 | 2D | 36 |
| Octal | 124 | 215 | 276 | 70 | 32 | 0 | 31 | 320 | 55 | 66 |
| Binary | 1010100 | 10001101 | 10111110 | 111000 | 11010 | 0 | 11001 | 11010000 | 101101 | 110110 |
Color Harmonies of #548DBE
Complementary color
Monochromatic Colors of #548DBE
Black with #548DBE
Text Example
Text Example
White with #548DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548DBE; }
p { color: rgb(84,141,190); }
H1.HeaderClassName
{
color: #548DBE;
}
.AnyTagClassName
{
color: #548DBE;
}
</style>
background-color css
<style>
a { background-color: #548DBE; }
a { background-color: rgb(84,141,190); }
div.DivClassName
{
background-color: #548DBE;
}
.BgClassName
{
background-color: #548DBE;
}
</style>
border-color css
<style>
span { border-color: #548DBE; }
span { border-color: rgb(84,141,190); }
td.TdClassName
{
border-color: #548DBE;
}
.TagClassName
{
border-color: #548DBE;
}
</style>