Shades of Royal Blue #5A66DD
Tints of Royal Blue #5A66DD
RGB
CMYK
RGB Variations
Color information
#5A66DD (or 0x5A66DD) is known color: Royal Blue. HEX triplet: 5A, 66 and DD. RGB value is (90,102,221). Sum of RGB (Red+Green+Blue) = 90+102+221=413 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.79% from 413); Green value is 102 (40.23% from 255 or 24.70% from 413); Blue value is 221 (86.72% from 255 or 53.51% from 413); Max value from RGB is 221 - color contains mainly: blue. Hex color #5A66DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A66DD is #A59922. Grayscale: #6F6F6F. Windows color (decimal): -10852643 or 14509658. OLE color: 14509658.
HSL color Cylindrical-coordinate representation of color #5A66DD: hue angle of 234.5º 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 #5A66DD is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 90 | 102 | 221 | - |
| CMYK | 0.59 | 0.54 | 0 | 0.13 |
| HSL | 234.5º | 0.66% | 0.61% | - |
| HSV(B) | 234.5º | 0.59% | 0.87% | - |
| XYZ | 22.02 | 16.9 | 70.51 | - |
| YUV | 111.98 | 189.52 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 102 | 221 | 0.59 | 0.54 | 0 | 0.13 | 234.5 | 0.66 | 0.61 |
| Hex | 5A | 66 | DD | 3B | 36 | 0 | D | EB | 42 | 3D |
| Octal | 132 | 146 | 335 | 73 | 66 | 0 | 15 | 353 | 102 | 75 |
| Binary | 1011010 | 1100110 | 11011101 | 111011 | 110110 | 0 | 1101 | 11101011 | 1000010 | 111101 |
Color Harmonies of #5A66DD
Complementary color
Monochromatic Colors of #5A66DD
Black with #5A66DD
Text Example
Text Example
White with #5A66DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A66DD; }
p { color: rgb(90,102,221); }
H1.HeaderClassName
{
color: #5A66DD;
}
.AnyTagClassName
{
color: #5A66DD;
}
</style>
background-color css
<style>
a { background-color: #5A66DD; }
a { background-color: rgb(90,102,221); }
div.DivClassName
{
background-color: #5A66DD;
}
.BgClassName
{
background-color: #5A66DD;
}
</style>
border-color css
<style>
span { border-color: #5A66DD; }
span { border-color: rgb(90,102,221); }
td.TdClassName
{
border-color: #5A66DD;
}
.TagClassName
{
border-color: #5A66DD;
}
</style>