Shades of Royal Blue #5963DD
Tints of Royal Blue #5963DD
RGB
CMYK
RGB Variations
Color information
#5963DD (or 0x5963DD) is known color: Royal Blue. HEX triplet: 59, 63 and DD. RGB value is (89,99,221). Sum of RGB (Red+Green+Blue) = 89+99+221=409 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.76% from 409); Green value is 99 (39.06% from 255 or 24.21% from 409); Blue value is 221 (86.72% from 255 or 54.03% from 409); Max value from RGB is 221 - color contains mainly: blue. Hex color #5963DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5963DD is #A69C22. Grayscale: #6D6D6D. Windows color (decimal): -10918947 or 14508889. OLE color: 14508889.
HSL color Cylindrical-coordinate representation of color #5963DD: hue angle of 235.45º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5963DD is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 99 | 221 | - |
| CMYK | 0.60 | 0.55 | 0 | 0.13 |
| HSL | 235.45º | 0.66% | 0.61% | - |
| HSV(B) | 235.45º | 0.6% | 0.87% | - |
| XYZ | 21.63 | 16.27 | 70.41 | - |
| YUV | 109.92 | 190.69 | 113.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 99 | 221 | 0.60 | 0.55 | 0 | 0.13 | 235.45 | 0.66 | 0.61 |
| Hex | 59 | 63 | DD | 3C | 37 | 0 | D | EB | 42 | 3D |
| Octal | 131 | 143 | 335 | 74 | 67 | 0 | 15 | 353 | 102 | 75 |
| Binary | 1011001 | 1100011 | 11011101 | 111100 | 110111 | 0 | 1101 | 11101011 | 1000010 | 111101 |
Color Harmonies of #5963DD
Complementary color
Monochromatic Colors of #5963DD
Black with #5963DD
Text Example
Text Example
White with #5963DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5963DD; }
p { color: rgb(89,99,221); }
H1.HeaderClassName
{
color: #5963DD;
}
.AnyTagClassName
{
color: #5963DD;
}
</style>
background-color css
<style>
a { background-color: #5963DD; }
a { background-color: rgb(89,99,221); }
div.DivClassName
{
background-color: #5963DD;
}
.BgClassName
{
background-color: #5963DD;
}
</style>
border-color css
<style>
span { border-color: #5963DD; }
span { border-color: rgb(89,99,221); }
td.TdClassName
{
border-color: #5963DD;
}
.TagClassName
{
border-color: #5963DD;
}
</style>