Shades of Royal Blue #566EE5
Tints of Royal Blue #566EE5
RGB
CMYK
RGB Variations
Color information
#566EE5 (or 0x566EE5) is known color: Royal Blue. HEX triplet: 56, 6E and E5. RGB value is (86,110,229). Sum of RGB (Red+Green+Blue) = 86+110+229=425 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.24% from 425); Green value is 110 (43.36% from 255 or 25.88% from 425); Blue value is 229 (89.84% from 255 or 53.88% from 425); Max value from RGB is 229 - color contains mainly: blue. Hex color #566EE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566EE5 is #A9911A. Grayscale: #737373. Windows color (decimal): -11112731 or 15035990. OLE color: 15035990.
HSL color Cylindrical-coordinate representation of color #566EE5: hue angle of 229.93º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #566EE5 is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 110 | 229 | - |
| CMYK | 0.62 | 0.52 | 0 | 0.10 |
| HSL | 229.93º | 0.73% | 0.62% | - |
| HSV(B) | 229.93º | 0.62% | 0.9% | - |
| XYZ | 23.56 | 18.79 | 76.51 | - |
| YUV | 116.39 | 191.55 | 106.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 110 | 229 | 0.62 | 0.52 | 0 | 0.10 | 229.93 | 0.73 | 0.62 |
| Hex | 56 | 6E | E5 | 3E | 34 | 0 | A | E6 | 49 | 3E |
| Octal | 126 | 156 | 345 | 76 | 64 | 0 | 12 | 346 | 111 | 76 |
| Binary | 1010110 | 1101110 | 11100101 | 111110 | 110100 | 0 | 1010 | 11100110 | 1001001 | 111110 |
Color Harmonies of #566EE5
Complementary color
Monochromatic Colors of #566EE5
Black with #566EE5
Text Example
Text Example
White with #566EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566EE5; }
p { color: rgb(86,110,229); }
H1.HeaderClassName
{
color: #566EE5;
}
.AnyTagClassName
{
color: #566EE5;
}
</style>
background-color css
<style>
a { background-color: #566EE5; }
a { background-color: rgb(86,110,229); }
div.DivClassName
{
background-color: #566EE5;
}
.BgClassName
{
background-color: #566EE5;
}
</style>
border-color css
<style>
span { border-color: #566EE5; }
span { border-color: rgb(86,110,229); }
td.TdClassName
{
border-color: #566EE5;
}
.TagClassName
{
border-color: #566EE5;
}
</style>