Shades of Royal Blue #5A6DDF
Tints of Royal Blue #5A6DDF
RGB
CMYK
RGB Variations
Color information
#5A6DDF (or 0x5A6DDF) is known color: Royal Blue. HEX triplet: 5A, 6D and DF. RGB value is (90,109,223). Sum of RGB (Red+Green+Blue) = 90+109+223=422 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.33% from 422); Green value is 109 (42.97% from 255 or 25.83% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #5A6DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6DDF is #A59220. Grayscale: #737373. Windows color (decimal): -10850849 or 14642522. OLE color: 14642522.
HSL color Cylindrical-coordinate representation of color #5A6DDF: hue angle of 231.43º 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 #5A6DDF is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 109 | 223 | - |
| CMYK | 0.60 | 0.51 | 0 | 0.13 |
| HSL | 231.43º | 0.68% | 0.61% | - |
| HSV(B) | 231.43º | 0.6% | 0.87% | - |
| XYZ | 23 | 18.44 | 72.16 | - |
| YUV | 116.32 | 188.21 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 109 | 223 | 0.60 | 0.51 | 0 | 0.13 | 231.43 | 0.68 | 0.61 |
| Hex | 5A | 6D | DF | 3C | 33 | 0 | D | E7 | 44 | 3D |
| Octal | 132 | 155 | 337 | 74 | 63 | 0 | 15 | 347 | 104 | 75 |
| Binary | 1011010 | 1101101 | 11011111 | 111100 | 110011 | 0 | 1101 | 11100111 | 1000100 | 111101 |
Color Harmonies of #5A6DDF
Complementary color
Monochromatic Colors of #5A6DDF
Black with #5A6DDF
Text Example
Text Example
White with #5A6DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6DDF; }
p { color: rgb(90,109,223); }
H1.HeaderClassName
{
color: #5A6DDF;
}
.AnyTagClassName
{
color: #5A6DDF;
}
</style>
background-color css
<style>
a { background-color: #5A6DDF; }
a { background-color: rgb(90,109,223); }
div.DivClassName
{
background-color: #5A6DDF;
}
.BgClassName
{
background-color: #5A6DDF;
}
</style>
border-color css
<style>
span { border-color: #5A6DDF; }
span { border-color: rgb(90,109,223); }
td.TdClassName
{
border-color: #5A6DDF;
}
.TagClassName
{
border-color: #5A6DDF;
}
</style>