Shades of Danube #548FC3
Tints of Danube #548FC3
RGB
CMYK
RGB Variations
Color information
#548FC3 (or 0x548FC3) is known color: Danube. HEX triplet: 54, 8F and C3. RGB value is (84,143,195). Sum of RGB (Red+Green+Blue) = 84+143+195=422 (55% of max value = 765). Red value is 84 (33.20% from 255 or 19.91% from 422); Green value is 143 (56.25% from 255 or 33.89% from 422); Blue value is 195 (76.56% from 255 or 46.21% from 422); Max value from RGB is 195 - color contains mainly: blue. Hex color #548FC3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548FC3 is #AB703C. Grayscale: #838383. Windows color (decimal): -11235389 or 12816212. OLE color: 12816212.
HSL color Cylindrical-coordinate representation of color #548FC3: hue angle of 208.11º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #548FC3 is Cyan = 0.57, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 84 | 143 | 195 | - |
| CMYK | 0.57 | 0.27 | 0 | 0.24 |
| HSL | 208.11º | 0.48% | 0.55% | - |
| HSV(B) | 208.11º | 0.57% | 0.76% | - |
| XYZ | 23.33 | 25.47 | 55.32 | - |
| YUV | 131.29 | 163.95 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 143 | 195 | 0.57 | 0.27 | 0 | 0.24 | 208.11 | 0.48 | 0.55 |
| Hex | 54 | 8F | C3 | 39 | 1B | 0 | 18 | D0 | 30 | 37 |
| Octal | 124 | 217 | 303 | 71 | 33 | 0 | 30 | 320 | 60 | 67 |
| Binary | 1010100 | 10001111 | 11000011 | 111001 | 11011 | 0 | 11000 | 11010000 | 110000 | 110111 |
Color Harmonies of #548FC3
Complementary color
Monochromatic Colors of #548FC3
Black with #548FC3
Text Example
Text Example
White with #548FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548FC3; }
p { color: rgb(84,143,195); }
H1.HeaderClassName
{
color: #548FC3;
}
.AnyTagClassName
{
color: #548FC3;
}
</style>
background-color css
<style>
a { background-color: #548FC3; }
a { background-color: rgb(84,143,195); }
div.DivClassName
{
background-color: #548FC3;
}
.BgClassName
{
background-color: #548FC3;
}
</style>
border-color css
<style>
span { border-color: #548FC3; }
span { border-color: rgb(84,143,195); }
td.TdClassName
{
border-color: #548FC3;
}
.TagClassName
{
border-color: #548FC3;
}
</style>