Shades of Danube #548DC6
Tints of Danube #548DC6
RGB
CMYK
RGB Variations
Color information
#548DC6 (or 0x548DC6) is known color: Danube. HEX triplet: 54, 8D and C6. RGB value is (84,141,198). Sum of RGB (Red+Green+Blue) = 84+141+198=423 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.86% from 423); Green value is 141 (55.47% from 255 or 33.33% from 423); Blue value is 198 (77.73% from 255 or 46.81% from 423); Max value from RGB is 198 - color contains mainly: blue. Hex color #548DC6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548DC6 is #AB7239. Grayscale: #828282. Windows color (decimal): -11235898 or 13012308. OLE color: 13012308.
HSL color Cylindrical-coordinate representation of color #548DC6: hue angle of 210º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #548DC6 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 84 | 141 | 198 | - |
| CMYK | 0.58 | 0.29 | 0 | 0.22 |
| HSL | 210º | 0.5% | 0.55% | - |
| HSV(B) | 210º | 0.58% | 0.78% | - |
| XYZ | 23.37 | 25.01 | 57.02 | - |
| YUV | 130.46 | 166.12 | 94.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 141 | 198 | 0.58 | 0.29 | 0 | 0.22 | 210 | 0.5 | 0.55 |
| Hex | 54 | 8D | C6 | 3A | 1D | 0 | 16 | D2 | 32 | 37 |
| Octal | 124 | 215 | 306 | 72 | 35 | 0 | 26 | 322 | 62 | 67 |
| Binary | 1010100 | 10001101 | 11000110 | 111010 | 11101 | 0 | 10110 | 11010010 | 110010 | 110111 |
Color Harmonies of #548DC6
Complementary color
Monochromatic Colors of #548DC6
Black with #548DC6
Text Example
Text Example
White with #548DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548DC6; }
p { color: rgb(84,141,198); }
H1.HeaderClassName
{
color: #548DC6;
}
.AnyTagClassName
{
color: #548DC6;
}
</style>
background-color css
<style>
a { background-color: #548DC6; }
a { background-color: rgb(84,141,198); }
div.DivClassName
{
background-color: #548DC6;
}
.BgClassName
{
background-color: #548DC6;
}
</style>
border-color css
<style>
span { border-color: #548DC6; }
span { border-color: rgb(84,141,198); }
td.TdClassName
{
border-color: #548DC6;
}
.TagClassName
{
border-color: #548DC6;
}
</style>