Shades of Royal Blue #5763DF
Tints of Royal Blue #5763DF
RGB
CMYK
RGB Variations
Color information
#5763DF (or 0x5763DF) is known color: Royal Blue. HEX triplet: 57, 63 and DF. RGB value is (87,99,223). Sum of RGB (Red+Green+Blue) = 87+99+223=409 (54% of max value = 765). Red value is 87 (34.38% from 255 or 21.27% from 409); Green value is 99 (39.06% from 255 or 24.21% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #5763DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5763DF is #A89C20. Grayscale: #6D6D6D. Windows color (decimal): -11050017 or 14639959. OLE color: 14639959.
HSL color Cylindrical-coordinate representation of color #5763DF: hue angle of 234.71º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5763DF is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 99 | 223 | - |
| CMYK | 0.61 | 0.56 | 0 | 0.13 |
| HSL | 234.71º | 0.68% | 0.61% | - |
| HSV(B) | 234.71º | 0.61% | 0.87% | - |
| XYZ | 21.71 | 16.28 | 71.81 | - |
| YUV | 109.55 | 192.02 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 99 | 223 | 0.61 | 0.56 | 0 | 0.13 | 234.71 | 0.68 | 0.61 |
| Hex | 57 | 63 | DF | 3D | 38 | 0 | D | EB | 44 | 3D |
| Octal | 127 | 143 | 337 | 75 | 70 | 0 | 15 | 353 | 104 | 75 |
| Binary | 1010111 | 1100011 | 11011111 | 111101 | 111000 | 0 | 1101 | 11101011 | 1000100 | 111101 |
Color Harmonies of #5763DF
Complementary color
Monochromatic Colors of #5763DF
Black with #5763DF
Text Example
Text Example
White with #5763DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5763DF; }
p { color: rgb(87,99,223); }
H1.HeaderClassName
{
color: #5763DF;
}
.AnyTagClassName
{
color: #5763DF;
}
</style>
background-color css
<style>
a { background-color: #5763DF; }
a { background-color: rgb(87,99,223); }
div.DivClassName
{
background-color: #5763DF;
}
.BgClassName
{
background-color: #5763DF;
}
</style>
border-color css
<style>
span { border-color: #5763DF; }
span { border-color: rgb(87,99,223); }
td.TdClassName
{
border-color: #5763DF;
}
.TagClassName
{
border-color: #5763DF;
}
</style>