Shades of Royal Blue #5564EE
Tints of Royal Blue #5564EE
RGB
CMYK
RGB Variations
Color information
#5564EE (or 0x5564EE) is known color: Royal Blue. HEX triplet: 55, 64 and EE. RGB value is (85,100,238). Sum of RGB (Red+Green+Blue) = 85+100+238=423 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.09% from 423); Green value is 100 (39.45% from 255 or 23.64% from 423); Blue value is 238 (93.36% from 255 or 56.26% from 423); Max value from RGB is 238 - color contains mainly: blue. Hex color #5564EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5564EE is #AA9B11. Grayscale: #6E6E6E. Windows color (decimal): -11180818 or 15623253. OLE color: 15623253.
HSL color Cylindrical-coordinate representation of color #5564EE: hue angle of 234.12º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5564EE is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 100 | 238 | - |
| CMYK | 0.64 | 0.58 | 0 | 0.07 |
| HSL | 234.12º | 0.82% | 0.63% | - |
| HSV(B) | 234.12º | 0.64% | 0.93% | - |
| XYZ | 23.74 | 17.22 | 82.96 | - |
| YUV | 111.25 | 199.53 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 100 | 238 | 0.64 | 0.58 | 0 | 0.07 | 234.12 | 0.82 | 0.63 |
| Hex | 55 | 64 | EE | 40 | 3A | 0 | 7 | EA | 52 | 3F |
| Octal | 125 | 144 | 356 | 100 | 72 | 0 | 7 | 352 | 122 | 77 |
| Binary | 1010101 | 1100100 | 11101110 | 1000000 | 111010 | 0 | 111 | 11101010 | 1010010 | 111111 |
Color Harmonies of #5564EE
Complementary color
Monochromatic Colors of #5564EE
Black with #5564EE
Text Example
Text Example
White with #5564EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5564EE; }
p { color: rgb(85,100,238); }
H1.HeaderClassName
{
color: #5564EE;
}
.AnyTagClassName
{
color: #5564EE;
}
</style>
background-color css
<style>
a { background-color: #5564EE; }
a { background-color: rgb(85,100,238); }
div.DivClassName
{
background-color: #5564EE;
}
.BgClassName
{
background-color: #5564EE;
}
</style>
border-color css
<style>
span { border-color: #5564EE; }
span { border-color: rgb(85,100,238); }
td.TdClassName
{
border-color: #5564EE;
}
.TagClassName
{
border-color: #5564EE;
}
</style>