Shades of Danube #548CCC
Tints of Danube #548CCC
RGB
CMYK
RGB Variations
Color information
#548CCC (or 0x548CCC) is known color: Danube. HEX triplet: 54, 8C and CC. RGB value is (84,140,204). Sum of RGB (Red+Green+Blue) = 84+140+204=428 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.63% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #548CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #548CCC is #AB7333. Grayscale: #828282. Windows color (decimal): -11236148 or 13405268. OLE color: 13405268.
HSL color Cylindrical-coordinate representation of color #548CCC: hue angle of 212º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #548CCC is Cyan = 0.59, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 84 | 140 | 204 | - |
| CMYK | 0.59 | 0.31 | 0 | 0.2 |
| HSL | 212º | 0.54% | 0.56% | - |
| HSV(B) | 212º | 0.59% | 0.8% | - |
| XYZ | 23.93 | 25 | 60.69 | - |
| YUV | 130.55 | 169.45 | 94.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 140 | 204 | 0.59 | 0.31 | 0 | 0.2 | 212 | 0.54 | 0.56 |
| Hex | 54 | 8C | CC | 3B | 1F | 0 | 14 | D4 | 36 | 38 |
| Octal | 124 | 214 | 314 | 73 | 37 | 0 | 24 | 324 | 66 | 70 |
| Binary | 1010100 | 10001100 | 11001100 | 111011 | 11111 | 0 | 10100 | 11010100 | 110110 | 111000 |
Color Harmonies of #548CCC
Complementary color
Monochromatic Colors of #548CCC
Black with #548CCC
Text Example
Text Example
White with #548CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548CCC; }
p { color: rgb(84,140,204); }
H1.HeaderClassName
{
color: #548CCC;
}
.AnyTagClassName
{
color: #548CCC;
}
</style>
background-color css
<style>
a { background-color: #548CCC; }
a { background-color: rgb(84,140,204); }
div.DivClassName
{
background-color: #548CCC;
}
.BgClassName
{
background-color: #548CCC;
}
</style>
border-color css
<style>
span { border-color: #548CCC; }
span { border-color: rgb(84,140,204); }
td.TdClassName
{
border-color: #548CCC;
}
.TagClassName
{
border-color: #548CCC;
}
</style>