Shades of Royal Blue #5A65DF
Tints of Royal Blue #5A65DF
RGB
CMYK
RGB Variations
Color information
#5A65DF (or 0x5A65DF) is known color: Royal Blue. HEX triplet: 5A, 65 and DF. RGB value is (90,101,223). Sum of RGB (Red+Green+Blue) = 90+101+223=414 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.74% from 414); Green value is 101 (39.84% from 255 or 24.40% from 414); Blue value is 223 (87.5% from 255 or 53.86% from 414); Max value from RGB is 223 - color contains mainly: blue. Hex color #5A65DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A65DF is #A59A20. Grayscale: #6F6F6F. Windows color (decimal): -10852897 or 14640474. OLE color: 14640474.
HSL color Cylindrical-coordinate representation of color #5A65DF: hue angle of 235.04º degrees, saturation: 0.68, 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 #5A65DF is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 101 | 223 | - |
| CMYK | 0.60 | 0.55 | 0 | 0.13 |
| HSL | 235.04º | 0.68% | 0.61% | - |
| HSV(B) | 235.04º | 0.6% | 0.87% | - |
| XYZ | 22.19 | 16.81 | 71.89 | - |
| YUV | 111.62 | 190.86 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 101 | 223 | 0.60 | 0.55 | 0 | 0.13 | 235.04 | 0.68 | 0.61 |
| Hex | 5A | 65 | DF | 3C | 37 | 0 | D | EB | 44 | 3D |
| Octal | 132 | 145 | 337 | 74 | 67 | 0 | 15 | 353 | 104 | 75 |
| Binary | 1011010 | 1100101 | 11011111 | 111100 | 110111 | 0 | 1101 | 11101011 | 1000100 | 111101 |
Color Harmonies of #5A65DF
Complementary color
Monochromatic Colors of #5A65DF
Black with #5A65DF
Text Example
Text Example
White with #5A65DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A65DF; }
p { color: rgb(90,101,223); }
H1.HeaderClassName
{
color: #5A65DF;
}
.AnyTagClassName
{
color: #5A65DF;
}
</style>
background-color css
<style>
a { background-color: #5A65DF; }
a { background-color: rgb(90,101,223); }
div.DivClassName
{
background-color: #5A65DF;
}
.BgClassName
{
background-color: #5A65DF;
}
</style>
border-color css
<style>
span { border-color: #5A65DF; }
span { border-color: rgb(90,101,223); }
td.TdClassName
{
border-color: #5A65DF;
}
.TagClassName
{
border-color: #5A65DF;
}
</style>