Shades of Royal Blue #545CDC
Tints of Royal Blue #545CDC
RGB
CMYK
RGB Variations
Color information
#545CDC (or 0x545CDC) is known color: Royal Blue. HEX triplet: 54, 5C and DC. RGB value is (84,92,220). Sum of RGB (Red+Green+Blue) = 84+92+220=396 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.21% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 220 (86.33% from 255 or 55.56% from 396); Max value from RGB is 220 - color contains mainly: blue. Hex color #545CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545CDC is #ABA323. Grayscale: #676767. Windows color (decimal): -11248420 or 14441556. OLE color: 14441556.
HSL color Cylindrical-coordinate representation of color #545CDC: hue angle of 236.47º 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 #545CDC is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 92 | 220 | - |
| CMYK | 0.62 | 0.58 | 0 | 0.14 |
| HSL | 236.47º | 0.66% | 0.6% | - |
| HSV(B) | 236.47º | 0.62% | 0.86% | - |
| XYZ | 20.4 | 14.71 | 69.47 | - |
| YUV | 104.2 | 193.35 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 92 | 220 | 0.62 | 0.58 | 0 | 0.14 | 236.47 | 0.66 | 0.6 |
| Hex | 54 | 5C | DC | 3E | 3A | 0 | E | EC | 42 | 3C |
| Octal | 124 | 134 | 334 | 76 | 72 | 0 | 16 | 354 | 102 | 74 |
| Binary | 1010100 | 1011100 | 11011100 | 111110 | 111010 | 0 | 1110 | 11101100 | 1000010 | 111100 |
Color Harmonies of #545CDC
Complementary color
Monochromatic Colors of #545CDC
Black with #545CDC
Text Example
Text Example
White with #545CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545CDC; }
p { color: rgb(84,92,220); }
H1.HeaderClassName
{
color: #545CDC;
}
.AnyTagClassName
{
color: #545CDC;
}
</style>
background-color css
<style>
a { background-color: #545CDC; }
a { background-color: rgb(84,92,220); }
div.DivClassName
{
background-color: #545CDC;
}
.BgClassName
{
background-color: #545CDC;
}
</style>
border-color css
<style>
span { border-color: #545CDC; }
span { border-color: rgb(84,92,220); }
td.TdClassName
{
border-color: #545CDC;
}
.TagClassName
{
border-color: #545CDC;
}
</style>