Shades of Danube #548FC9
Tints of Danube #548FC9
RGB
CMYK
RGB Variations
Color information
#548FC9 (or 0x548FC9) is known color: Danube. HEX triplet: 54, 8F and C9. RGB value is (84,143,201). Sum of RGB (Red+Green+Blue) = 84+143+201=428 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.63% from 428); Green value is 143 (56.25% from 255 or 33.41% from 428); Blue value is 201 (78.91% from 255 or 46.96% from 428); Max value from RGB is 201 - color contains mainly: blue. Hex color #548FC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548FC9 is #AB7036. Grayscale: #838383. Windows color (decimal): -11235383 or 13209428. OLE color: 13209428.
HSL color Cylindrical-coordinate representation of color #548FC9: hue angle of 209.74º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #548FC9 is Cyan = 0.58, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 143 | 201 | - |
| CMYK | 0.58 | 0.29 | 0 | 0.21 |
| HSL | 209.74º | 0.52% | 0.56% | - |
| HSV(B) | 209.74º | 0.58% | 0.79% | - |
| XYZ | 24.02 | 25.75 | 58.96 | - |
| YUV | 131.97 | 166.95 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 143 | 201 | 0.58 | 0.29 | 0 | 0.21 | 209.74 | 0.52 | 0.56 |
| Hex | 54 | 8F | C9 | 3A | 1D | 0 | 15 | D2 | 34 | 38 |
| Octal | 124 | 217 | 311 | 72 | 35 | 0 | 25 | 322 | 64 | 70 |
| Binary | 1010100 | 10001111 | 11001001 | 111010 | 11101 | 0 | 10101 | 11010010 | 110100 | 111000 |
Color Harmonies of #548FC9
Complementary color
Monochromatic Colors of #548FC9
Black with #548FC9
Text Example
Text Example
White with #548FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548FC9; }
p { color: rgb(84,143,201); }
H1.HeaderClassName
{
color: #548FC9;
}
.AnyTagClassName
{
color: #548FC9;
}
</style>
background-color css
<style>
a { background-color: #548FC9; }
a { background-color: rgb(84,143,201); }
div.DivClassName
{
background-color: #548FC9;
}
.BgClassName
{
background-color: #548FC9;
}
</style>
border-color css
<style>
span { border-color: #548FC9; }
span { border-color: rgb(84,143,201); }
td.TdClassName
{
border-color: #548FC9;
}
.TagClassName
{
border-color: #548FC9;
}
</style>