Shades of Royal Blue #566FE5
Tints of Royal Blue #566FE5
RGB
CMYK
RGB Variations
Color information
#566FE5 (or 0x566FE5) is known color: Royal Blue. HEX triplet: 56, 6F and E5. RGB value is (86,111,229). Sum of RGB (Red+Green+Blue) = 86+111+229=426 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.19% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 229 (89.84% from 255 or 53.76% from 426); Max value from RGB is 229 - color contains mainly: blue. Hex color #566FE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #566FE5 is #A9901A. Grayscale: #747474. Windows color (decimal): -11112475 or 15036246. OLE color: 15036246.
HSL color Cylindrical-coordinate representation of color #566FE5: hue angle of 229.51º 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 #566FE5 is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 86 | 111 | 229 | - |
| CMYK | 0.62 | 0.52 | 0 | 0.10 |
| HSL | 229.51º | 0.73% | 0.62% | - |
| HSV(B) | 229.51º | 0.62% | 0.9% | - |
| XYZ | 23.67 | 19 | 76.55 | - |
| YUV | 116.98 | 191.22 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 111 | 229 | 0.62 | 0.52 | 0 | 0.10 | 229.51 | 0.73 | 0.62 |
| Hex | 56 | 6F | E5 | 3E | 34 | 0 | A | E6 | 49 | 3E |
| Octal | 126 | 157 | 345 | 76 | 64 | 0 | 12 | 346 | 111 | 76 |
| Binary | 1010110 | 1101111 | 11100101 | 111110 | 110100 | 0 | 1010 | 11100110 | 1001001 | 111110 |
Color Harmonies of #566FE5
Complementary color
Monochromatic Colors of #566FE5
Black with #566FE5
Text Example
Text Example
White with #566FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566FE5; }
p { color: rgb(86,111,229); }
H1.HeaderClassName
{
color: #566FE5;
}
.AnyTagClassName
{
color: #566FE5;
}
</style>
background-color css
<style>
a { background-color: #566FE5; }
a { background-color: rgb(86,111,229); }
div.DivClassName
{
background-color: #566FE5;
}
.BgClassName
{
background-color: #566FE5;
}
</style>
border-color css
<style>
span { border-color: #566FE5; }
span { border-color: rgb(86,111,229); }
td.TdClassName
{
border-color: #566FE5;
}
.TagClassName
{
border-color: #566FE5;
}
</style>