Shades of Royal Blue #545DDD
Tints of Royal Blue #545DDD
RGB
CMYK
RGB Variations
Color information
#545DDD (or 0x545DDD) is known color: Royal Blue. HEX triplet: 54, 5D and DD. RGB value is (84,93,221). Sum of RGB (Red+Green+Blue) = 84+93+221=398 (52% of max value = 765). Red value is 84 (33.20% from 255 or 21.11% from 398); Green value is 93 (36.72% from 255 or 23.37% from 398); Blue value is 221 (86.72% from 255 or 55.53% from 398); Max value from RGB is 221 - color contains mainly: blue. Hex color #545DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #545DDD is #ABA222. Grayscale: #686868. Windows color (decimal): -11248163 or 14507348. OLE color: 14507348.
HSL color Cylindrical-coordinate representation of color #545DDD: hue angle of 236.06º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #545DDD is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 93 | 221 | - |
| CMYK | 0.62 | 0.58 | 0 | 0.13 |
| HSL | 236.06º | 0.67% | 0.6% | - |
| HSV(B) | 236.06º | 0.62% | 0.87% | - |
| XYZ | 20.62 | 14.93 | 70.2 | - |
| YUV | 104.9 | 193.52 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 93 | 221 | 0.62 | 0.58 | 0 | 0.13 | 236.06 | 0.67 | 0.6 |
| Hex | 54 | 5D | DD | 3E | 3A | 0 | D | EC | 43 | 3C |
| Octal | 124 | 135 | 335 | 76 | 72 | 0 | 15 | 354 | 103 | 74 |
| Binary | 1010100 | 1011101 | 11011101 | 111110 | 111010 | 0 | 1101 | 11101100 | 1000011 | 111100 |
Color Harmonies of #545DDD
Complementary color
Monochromatic Colors of #545DDD
Black with #545DDD
Text Example
Text Example
White with #545DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #545DDD; }
p { color: rgb(84,93,221); }
H1.HeaderClassName
{
color: #545DDD;
}
.AnyTagClassName
{
color: #545DDD;
}
</style>
background-color css
<style>
a { background-color: #545DDD; }
a { background-color: rgb(84,93,221); }
div.DivClassName
{
background-color: #545DDD;
}
.BgClassName
{
background-color: #545DDD;
}
</style>
border-color css
<style>
span { border-color: #545DDD; }
span { border-color: rgb(84,93,221); }
td.TdClassName
{
border-color: #545DDD;
}
.TagClassName
{
border-color: #545DDD;
}
</style>