Shades of Royal Blue #566DE5
Tints of Royal Blue #566DE5
RGB
CMYK
RGB Variations
Color information
#566DE5 (or 0x566DE5) is known color: Royal Blue. HEX triplet: 56, 6D and E5. RGB value is (86,109,229). Sum of RGB (Red+Green+Blue) = 86+109+229=424 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.28% from 424); Green value is 109 (42.97% from 255 or 25.71% from 424); Blue value is 229 (89.84% from 255 or 54.01% from 424); Max value from RGB is 229 - color contains mainly: blue. Hex color #566DE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566DE5 is #A9921A. Grayscale: #737373. Windows color (decimal): -11112987 or 15035734. OLE color: 15035734.
HSL color Cylindrical-coordinate representation of color #566DE5: hue angle of 230.35º 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 #566DE5 is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 109 | 229 | - |
| CMYK | 0.62 | 0.52 | 0 | 0.10 |
| HSL | 230.35º | 0.73% | 0.62% | - |
| HSV(B) | 230.35º | 0.62% | 0.9% | - |
| XYZ | 23.45 | 18.57 | 76.48 | - |
| YUV | 115.8 | 191.88 | 106.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 109 | 229 | 0.62 | 0.52 | 0 | 0.10 | 230.35 | 0.73 | 0.62 |
| Hex | 56 | 6D | E5 | 3E | 34 | 0 | A | E6 | 49 | 3E |
| Octal | 126 | 155 | 345 | 76 | 64 | 0 | 12 | 346 | 111 | 76 |
| Binary | 1010110 | 1101101 | 11100101 | 111110 | 110100 | 0 | 1010 | 11100110 | 1001001 | 111110 |
Color Harmonies of #566DE5
Complementary color
Monochromatic Colors of #566DE5
Black with #566DE5
Text Example
Text Example
White with #566DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566DE5; }
p { color: rgb(86,109,229); }
H1.HeaderClassName
{
color: #566DE5;
}
.AnyTagClassName
{
color: #566DE5;
}
</style>
background-color css
<style>
a { background-color: #566DE5; }
a { background-color: rgb(86,109,229); }
div.DivClassName
{
background-color: #566DE5;
}
.BgClassName
{
background-color: #566DE5;
}
</style>
border-color css
<style>
span { border-color: #566DE5; }
span { border-color: rgb(86,109,229); }
td.TdClassName
{
border-color: #566DE5;
}
.TagClassName
{
border-color: #566DE5;
}
</style>