Shades of Royal Blue #5361DD
Tints of Royal Blue #5361DD
RGB
CMYK
RGB Variations
Color information
#5361DD (or 0x5361DD) is known color: Royal Blue. HEX triplet: 53, 61 and DD. RGB value is (83,97,221). Sum of RGB (Red+Green+Blue) = 83+97+221=401 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.70% from 401); Green value is 97 (38.28% from 255 or 24.19% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #5361DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5361DD is #AC9E22. Grayscale: #6A6A6A. Windows color (decimal): -11312675 or 14508371. OLE color: 14508371.
HSL color Cylindrical-coordinate representation of color #5361DD: hue angle of 233.91º 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 #5361DD is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 97 | 221 | - |
| CMYK | 0.62 | 0.56 | 0 | 0.13 |
| HSL | 233.91º | 0.67% | 0.6% | - |
| HSV(B) | 233.91º | 0.62% | 0.87% | - |
| XYZ | 20.89 | 15.61 | 70.32 | - |
| YUV | 106.95 | 192.36 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 97 | 221 | 0.62 | 0.56 | 0 | 0.13 | 233.91 | 0.67 | 0.6 |
| Hex | 53 | 61 | DD | 3E | 38 | 0 | D | EA | 43 | 3C |
| Octal | 123 | 141 | 335 | 76 | 70 | 0 | 15 | 352 | 103 | 74 |
| Binary | 1010011 | 1100001 | 11011101 | 111110 | 111000 | 0 | 1101 | 11101010 | 1000011 | 111100 |
Color Harmonies of #5361DD
Complementary color
Monochromatic Colors of #5361DD
Black with #5361DD
Text Example
Text Example
White with #5361DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5361DD; }
p { color: rgb(83,97,221); }
H1.HeaderClassName
{
color: #5361DD;
}
.AnyTagClassName
{
color: #5361DD;
}
</style>
background-color css
<style>
a { background-color: #5361DD; }
a { background-color: rgb(83,97,221); }
div.DivClassName
{
background-color: #5361DD;
}
.BgClassName
{
background-color: #5361DD;
}
</style>
border-color css
<style>
span { border-color: #5361DD; }
span { border-color: rgb(83,97,221); }
td.TdClassName
{
border-color: #5361DD;
}
.TagClassName
{
border-color: #5361DD;
}
</style>