Shades of Royal Blue #5660E4
Tints of Royal Blue #5660E4
RGB
CMYK
RGB Variations
Color information
#5660E4 (or 0x5660E4) is known color: Royal Blue. HEX triplet: 56, 60 and E4. RGB value is (86,96,228). Sum of RGB (Red+Green+Blue) = 86+96+228=410 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.98% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 228 (89.45% from 255 or 55.61% from 410); Max value from RGB is 228 - color contains mainly: blue. Hex color #5660E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5660E4 is #A99F1B. Grayscale: #6B6B6B. Windows color (decimal): -11116316 or 14966870. OLE color: 14966870.
HSL color Cylindrical-coordinate representation of color #5660E4: hue angle of 235.77º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5660E4 is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 86 | 96 | 228 | - |
| CMYK | 0.62 | 0.58 | 0 | 0.11 |
| HSL | 235.77º | 0.72% | 0.62% | - |
| HSV(B) | 235.77º | 0.62% | 0.89% | - |
| XYZ | 22.02 | 15.95 | 75.32 | - |
| YUV | 108.06 | 195.69 | 112.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 96 | 228 | 0.62 | 0.58 | 0 | 0.11 | 235.77 | 0.72 | 0.62 |
| Hex | 56 | 60 | E4 | 3E | 3A | 0 | B | EC | 48 | 3E |
| Octal | 126 | 140 | 344 | 76 | 72 | 0 | 13 | 354 | 110 | 76 |
| Binary | 1010110 | 1100000 | 11100100 | 111110 | 111010 | 0 | 1011 | 11101100 | 1001000 | 111110 |
Color Harmonies of #5660E4
Complementary color
Monochromatic Colors of #5660E4
Black with #5660E4
Text Example
Text Example
White with #5660E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5660E4; }
p { color: rgb(86,96,228); }
H1.HeaderClassName
{
color: #5660E4;
}
.AnyTagClassName
{
color: #5660E4;
}
</style>
background-color css
<style>
a { background-color: #5660E4; }
a { background-color: rgb(86,96,228); }
div.DivClassName
{
background-color: #5660E4;
}
.BgClassName
{
background-color: #5660E4;
}
</style>
border-color css
<style>
span { border-color: #5660E4; }
span { border-color: rgb(86,96,228); }
td.TdClassName
{
border-color: #5660E4;
}
.TagClassName
{
border-color: #5660E4;
}
</style>