Shades of Royal Blue #5372DF
Tints of Royal Blue #5372DF
RGB
CMYK
RGB Variations
Color information
#5372DF (or 0x5372DF) is known color: Royal Blue. HEX triplet: 53, 72 and DF. RGB value is (83,114,223). Sum of RGB (Red+Green+Blue) = 83+114+223=420 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.76% from 420); Green value is 114 (44.92% from 255 or 27.14% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #5372DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5372DF is #AC8D20. Grayscale: #747474. Windows color (decimal): -11308321 or 14643795. OLE color: 14643795.
HSL color Cylindrical-coordinate representation of color #5372DF: hue angle of 226.71º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5372DF is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 114 | 223 | - |
| CMYK | 0.63 | 0.49 | 0 | 0.13 |
| HSL | 226.71º | 0.69% | 0.6% | - |
| HSV(B) | 226.71º | 0.63% | 0.87% | - |
| XYZ | 22.9 | 19.2 | 72.31 | - |
| YUV | 117.16 | 187.73 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 114 | 223 | 0.63 | 0.49 | 0 | 0.13 | 226.71 | 0.69 | 0.6 |
| Hex | 53 | 72 | DF | 3F | 31 | 0 | D | E3 | 45 | 3C |
| Octal | 123 | 162 | 337 | 77 | 61 | 0 | 15 | 343 | 105 | 74 |
| Binary | 1010011 | 1110010 | 11011111 | 111111 | 110001 | 0 | 1101 | 11100011 | 1000101 | 111100 |
Color Harmonies of #5372DF
Complementary color
Monochromatic Colors of #5372DF
Black with #5372DF
Text Example
Text Example
White with #5372DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5372DF; }
p { color: rgb(83,114,223); }
H1.HeaderClassName
{
color: #5372DF;
}
.AnyTagClassName
{
color: #5372DF;
}
</style>
background-color css
<style>
a { background-color: #5372DF; }
a { background-color: rgb(83,114,223); }
div.DivClassName
{
background-color: #5372DF;
}
.BgClassName
{
background-color: #5372DF;
}
</style>
border-color css
<style>
span { border-color: #5372DF; }
span { border-color: rgb(83,114,223); }
td.TdClassName
{
border-color: #5372DF;
}
.TagClassName
{
border-color: #5372DF;
}
</style>