Shades of Royal Blue #5A6FDD
Tints of Royal Blue #5A6FDD
RGB
CMYK
RGB Variations
Color information
#5A6FDD (or 0x5A6FDD) is known color: Royal Blue. HEX triplet: 5A, 6F and DD. RGB value is (90,111,221). Sum of RGB (Red+Green+Blue) = 90+111+221=422 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.33% from 422); Green value is 111 (43.75% from 255 or 26.30% from 422); Blue value is 221 (86.72% from 255 or 52.37% from 422); Max value from RGB is 221 - color contains mainly: blue. Hex color #5A6FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A6FDD is #A59022. Grayscale: #747474. Windows color (decimal): -10850339 or 14511962. OLE color: 14511962.
HSL color Cylindrical-coordinate representation of color #5A6FDD: hue angle of 230.38º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A6FDD is Cyan = 0.59, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 111 | 221 | - |
| CMYK | 0.59 | 0.50 | 0 | 0.13 |
| HSL | 230.38º | 0.66% | 0.61% | - |
| HSV(B) | 230.38º | 0.59% | 0.87% | - |
| XYZ | 22.95 | 18.76 | 70.82 | - |
| YUV | 117.26 | 186.54 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 111 | 221 | 0.59 | 0.50 | 0 | 0.13 | 230.38 | 0.66 | 0.61 |
| Hex | 5A | 6F | DD | 3B | 32 | 0 | D | E6 | 42 | 3D |
| Octal | 132 | 157 | 335 | 73 | 62 | 0 | 15 | 346 | 102 | 75 |
| Binary | 1011010 | 1101111 | 11011101 | 111011 | 110010 | 0 | 1101 | 11100110 | 1000010 | 111101 |
Color Harmonies of #5A6FDD
Complementary color
Monochromatic Colors of #5A6FDD
Black with #5A6FDD
Text Example
Text Example
White with #5A6FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6FDD; }
p { color: rgb(90,111,221); }
H1.HeaderClassName
{
color: #5A6FDD;
}
.AnyTagClassName
{
color: #5A6FDD;
}
</style>
background-color css
<style>
a { background-color: #5A6FDD; }
a { background-color: rgb(90,111,221); }
div.DivClassName
{
background-color: #5A6FDD;
}
.BgClassName
{
background-color: #5A6FDD;
}
</style>
border-color css
<style>
span { border-color: #5A6FDD; }
span { border-color: rgb(90,111,221); }
td.TdClassName
{
border-color: #5A6FDD;
}
.TagClassName
{
border-color: #5A6FDD;
}
</style>