Shades of Royal Blue #5373D7
Tints of Royal Blue #5373D7
RGB
CMYK
RGB Variations
Color information
#5373D7 (or 0x5373D7) is known color: Royal Blue. HEX triplet: 53, 73 and D7. RGB value is (83,115,215). Sum of RGB (Red+Green+Blue) = 83+115+215=413 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.10% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 215 (84.38% from 255 or 52.06% from 413); Max value from RGB is 215 - color contains mainly: blue. Hex color #5373D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5373D7 is #AC8C28. Grayscale: #747474. Windows color (decimal): -11308073 or 14119763. OLE color: 14119763.
HSL color Cylindrical-coordinate representation of color #5373D7: hue angle of 225.45º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5373D7 is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 115 | 215 | - |
| CMYK | 0.61 | 0.47 | 0 | 0.16 |
| HSL | 225.45º | 0.62% | 0.58% | - |
| HSV(B) | 225.45º | 0.61% | 0.84% | - |
| XYZ | 21.96 | 19.01 | 66.8 | - |
| YUV | 116.83 | 183.4 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 115 | 215 | 0.61 | 0.47 | 0 | 0.16 | 225.45 | 0.62 | 0.58 |
| Hex | 53 | 73 | D7 | 3D | 2F | 0 | 10 | E1 | 3E | 3A |
| Octal | 123 | 163 | 327 | 75 | 57 | 0 | 20 | 341 | 76 | 72 |
| Binary | 1010011 | 1110011 | 11010111 | 111101 | 101111 | 0 | 10000 | 11100001 | 111110 | 111010 |
Color Harmonies of #5373D7
Complementary color
Monochromatic Colors of #5373D7
Black with #5373D7
Text Example
Text Example
White with #5373D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5373D7; }
p { color: rgb(83,115,215); }
H1.HeaderClassName
{
color: #5373D7;
}
.AnyTagClassName
{
color: #5373D7;
}
</style>
background-color css
<style>
a { background-color: #5373D7; }
a { background-color: rgb(83,115,215); }
div.DivClassName
{
background-color: #5373D7;
}
.BgClassName
{
background-color: #5373D7;
}
</style>
border-color css
<style>
span { border-color: #5373D7; }
span { border-color: rgb(83,115,215); }
td.TdClassName
{
border-color: #5373D7;
}
.TagClassName
{
border-color: #5373D7;
}
</style>