Shades of Royal Blue #5A6DDB
Tints of Royal Blue #5A6DDB
RGB
CMYK
RGB Variations
Color information
#5A6DDB (or 0x5A6DDB) is known color: Royal Blue. HEX triplet: 5A, 6D and DB. RGB value is (90,109,219). Sum of RGB (Red+Green+Blue) = 90+109+219=418 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.53% from 418); Green value is 109 (42.97% from 255 or 26.08% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A6DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6DDB is #A59224. Grayscale: #737373. Windows color (decimal): -10850853 or 14380378. OLE color: 14380378.
HSL color Cylindrical-coordinate representation of color #5A6DDB: hue angle of 231.16º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A6DDB is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 90 | 109 | 219 | - |
| CMYK | 0.59 | 0.50 | 0 | 0.14 |
| HSL | 231.16º | 0.64% | 0.61% | - |
| HSV(B) | 231.16º | 0.59% | 0.86% | - |
| XYZ | 22.47 | 18.23 | 69.35 | - |
| YUV | 115.86 | 186.21 | 109.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 109 | 219 | 0.59 | 0.50 | 0 | 0.14 | 231.16 | 0.64 | 0.61 |
| Hex | 5A | 6D | DB | 3B | 32 | 0 | E | E7 | 40 | 3D |
| Octal | 132 | 155 | 333 | 73 | 62 | 0 | 16 | 347 | 100 | 75 |
| Binary | 1011010 | 1101101 | 11011011 | 111011 | 110010 | 0 | 1110 | 11100111 | 1000000 | 111101 |
Color Harmonies of #5A6DDB
Complementary color
Monochromatic Colors of #5A6DDB
Black with #5A6DDB
Text Example
Text Example
White with #5A6DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6DDB; }
p { color: rgb(90,109,219); }
H1.HeaderClassName
{
color: #5A6DDB;
}
.AnyTagClassName
{
color: #5A6DDB;
}
</style>
background-color css
<style>
a { background-color: #5A6DDB; }
a { background-color: rgb(90,109,219); }
div.DivClassName
{
background-color: #5A6DDB;
}
.BgClassName
{
background-color: #5A6DDB;
}
</style>
border-color css
<style>
span { border-color: #5A6DDB; }
span { border-color: rgb(90,109,219); }
td.TdClassName
{
border-color: #5A6DDB;
}
.TagClassName
{
border-color: #5A6DDB;
}
</style>