Shades of Royal Blue #5373DC
Tints of Royal Blue #5373DC
RGB
CMYK
RGB Variations
Color information
#5373DC (or 0x5373DC) is known color: Royal Blue. HEX triplet: 53, 73 and DC. RGB value is (83,115,220). Sum of RGB (Red+Green+Blue) = 83+115+220=418 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.86% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #5373DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5373DC is #AC8C23. Grayscale: #747474. Windows color (decimal): -11308068 or 14447443. OLE color: 14447443.
HSL color Cylindrical-coordinate representation of color #5373DC: hue angle of 225.99º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5373DC is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 115 | 220 | - |
| CMYK | 0.62 | 0.48 | 0 | 0.14 |
| HSL | 225.99º | 0.66% | 0.59% | - |
| HSV(B) | 225.99º | 0.62% | 0.86% | - |
| XYZ | 22.62 | 19.27 | 70.24 | - |
| YUV | 117.4 | 185.9 | 103.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 115 | 220 | 0.62 | 0.48 | 0 | 0.14 | 225.99 | 0.66 | 0.59 |
| Hex | 53 | 73 | DC | 3E | 30 | 0 | E | E2 | 42 | 3B |
| Octal | 123 | 163 | 334 | 76 | 60 | 0 | 16 | 342 | 102 | 73 |
| Binary | 1010011 | 1110011 | 11011100 | 111110 | 110000 | 0 | 1110 | 11100010 | 1000010 | 111011 |
Color Harmonies of #5373DC
Complementary color
Monochromatic Colors of #5373DC
Black with #5373DC
Text Example
Text Example
White with #5373DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5373DC; }
p { color: rgb(83,115,220); }
H1.HeaderClassName
{
color: #5373DC;
}
.AnyTagClassName
{
color: #5373DC;
}
</style>
background-color css
<style>
a { background-color: #5373DC; }
a { background-color: rgb(83,115,220); }
div.DivClassName
{
background-color: #5373DC;
}
.BgClassName
{
background-color: #5373DC;
}
</style>
border-color css
<style>
span { border-color: #5373DC; }
span { border-color: rgb(83,115,220); }
td.TdClassName
{
border-color: #5373DC;
}
.TagClassName
{
border-color: #5373DC;
}
</style>