Shades of Royal Blue #5A6DD6
Tints of Royal Blue #5A6DD6
RGB
CMYK
RGB Variations
Color information
#5A6DD6 (or 0x5A6DD6) is known color: Royal Blue. HEX triplet: 5A, 6D and D6. RGB value is (90,109,214). Sum of RGB (Red+Green+Blue) = 90+109+214=413 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.79% from 413); Green value is 109 (42.97% from 255 or 26.39% from 413); Blue value is 214 (83.98% from 255 or 51.82% from 413); Max value from RGB is 214 - color contains mainly: blue. Hex color #5A6DD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6DD6 is #A59229. Grayscale: #727272. Windows color (decimal): -10850858 or 14052698. OLE color: 14052698.
HSL color Cylindrical-coordinate representation of color #5A6DD6: hue angle of 230.81º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5A6DD6 is Cyan = 0.58, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 90 | 109 | 214 | - |
| CMYK | 0.58 | 0.49 | 0 | 0.16 |
| HSL | 230.81º | 0.6% | 0.6% | - |
| HSV(B) | 230.81º | 0.58% | 0.84% | - |
| XYZ | 21.82 | 17.97 | 65.94 | - |
| YUV | 115.29 | 183.71 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 109 | 214 | 0.58 | 0.49 | 0 | 0.16 | 230.81 | 0.6 | 0.6 |
| Hex | 5A | 6D | D6 | 3A | 31 | 0 | 10 | E7 | 3C | 3C |
| Octal | 132 | 155 | 326 | 72 | 61 | 0 | 20 | 347 | 74 | 74 |
| Binary | 1011010 | 1101101 | 11010110 | 111010 | 110001 | 0 | 10000 | 11100111 | 111100 | 111100 |
Color Harmonies of #5A6DD6
Complementary color
Monochromatic Colors of #5A6DD6
Black with #5A6DD6
Text Example
Text Example
White with #5A6DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6DD6; }
p { color: rgb(90,109,214); }
H1.HeaderClassName
{
color: #5A6DD6;
}
.AnyTagClassName
{
color: #5A6DD6;
}
</style>
background-color css
<style>
a { background-color: #5A6DD6; }
a { background-color: rgb(90,109,214); }
div.DivClassName
{
background-color: #5A6DD6;
}
.BgClassName
{
background-color: #5A6DD6;
}
</style>
border-color css
<style>
span { border-color: #5A6DD6; }
span { border-color: rgb(90,109,214); }
td.TdClassName
{
border-color: #5A6DD6;
}
.TagClassName
{
border-color: #5A6DD6;
}
</style>