Shades of Royal Blue #5567EE
Tints of Royal Blue #5567EE
RGB
CMYK
RGB Variations
Color information
#5567EE (or 0x5567EE) is known color: Royal Blue. HEX triplet: 55, 67 and EE. RGB value is (85,103,238). Sum of RGB (Red+Green+Blue) = 85+103+238=426 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.95% from 426); Green value is 103 (40.62% from 255 or 24.18% from 426); Blue value is 238 (93.36% from 255 or 55.87% from 426); Max value from RGB is 238 - color contains mainly: blue. Hex color #5567EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5567EE is #AA9811. Grayscale: #707070. Windows color (decimal): -11180050 or 15624021. OLE color: 15624021.
HSL color Cylindrical-coordinate representation of color #5567EE: hue angle of 232.94º 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 #5567EE is Cyan = 0.64, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 85 | 103 | 238 | - |
| CMYK | 0.64 | 0.57 | 0 | 0.07 |
| HSL | 232.94º | 0.82% | 0.63% | - |
| HSV(B) | 232.94º | 0.64% | 0.93% | - |
| XYZ | 24.03 | 17.8 | 83.06 | - |
| YUV | 113.01 | 198.54 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 103 | 238 | 0.64 | 0.57 | 0 | 0.07 | 232.94 | 0.82 | 0.63 |
| Hex | 55 | 67 | EE | 40 | 39 | 0 | 7 | E9 | 52 | 3F |
| Octal | 125 | 147 | 356 | 100 | 71 | 0 | 7 | 351 | 122 | 77 |
| Binary | 1010101 | 1100111 | 11101110 | 1000000 | 111001 | 0 | 111 | 11101001 | 1010010 | 111111 |
Color Harmonies of #5567EE
Complementary color
Monochromatic Colors of #5567EE
Black with #5567EE
Text Example
Text Example
White with #5567EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5567EE; }
p { color: rgb(85,103,238); }
H1.HeaderClassName
{
color: #5567EE;
}
.AnyTagClassName
{
color: #5567EE;
}
</style>
background-color css
<style>
a { background-color: #5567EE; }
a { background-color: rgb(85,103,238); }
div.DivClassName
{
background-color: #5567EE;
}
.BgClassName
{
background-color: #5567EE;
}
</style>
border-color css
<style>
span { border-color: #5567EE; }
span { border-color: rgb(85,103,238); }
td.TdClassName
{
border-color: #5567EE;
}
.TagClassName
{
border-color: #5567EE;
}
</style>