Shades of Royal Blue #545BDC
Tints of Royal Blue #545BDC
RGB
CMYK
RGB Variations
Color information
#545BDC (or 0x545BDC) is known color: Royal Blue. HEX triplet: 54, 5B and DC. RGB value is (84,91,220). Sum of RGB (Red+Green+Blue) = 84+91+220=395 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.27% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 220 (86.33% from 255 or 55.70% from 395); Max value from RGB is 220 - color contains mainly: blue. Hex color #545BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545BDC is #ABA423. Grayscale: #676767. Windows color (decimal): -11248676 or 14441300. OLE color: 14441300.
HSL color Cylindrical-coordinate representation of color #545BDC: hue angle of 236.91º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #545BDC is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 91 | 220 | - |
| CMYK | 0.62 | 0.59 | 0 | 0.14 |
| HSL | 236.91º | 0.66% | 0.6% | - |
| HSV(B) | 236.91º | 0.62% | 0.86% | - |
| XYZ | 20.32 | 14.53 | 69.44 | - |
| YUV | 103.61 | 193.68 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 91 | 220 | 0.62 | 0.59 | 0 | 0.14 | 236.91 | 0.66 | 0.6 |
| Hex | 54 | 5B | DC | 3E | 3B | 0 | E | ED | 42 | 3C |
| Octal | 124 | 133 | 334 | 76 | 73 | 0 | 16 | 355 | 102 | 74 |
| Binary | 1010100 | 1011011 | 11011100 | 111110 | 111011 | 0 | 1110 | 11101101 | 1000010 | 111100 |
Color Harmonies of #545BDC
Complementary color
Monochromatic Colors of #545BDC
Black with #545BDC
Text Example
Text Example
White with #545BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545BDC; }
p { color: rgb(84,91,220); }
H1.HeaderClassName
{
color: #545BDC;
}
.AnyTagClassName
{
color: #545BDC;
}
</style>
background-color css
<style>
a { background-color: #545BDC; }
a { background-color: rgb(84,91,220); }
div.DivClassName
{
background-color: #545BDC;
}
.BgClassName
{
background-color: #545BDC;
}
</style>
border-color css
<style>
span { border-color: #545BDC; }
span { border-color: rgb(84,91,220); }
td.TdClassName
{
border-color: #545BDC;
}
.TagClassName
{
border-color: #545BDC;
}
</style>