Shades of Royal Blue #566CEC
Tints of Royal Blue #566CEC
RGB
CMYK
RGB Variations
Color information
#566CEC (or 0x566CEC) is known color: Royal Blue. HEX triplet: 56, 6C and EC. RGB value is (86,108,236). Sum of RGB (Red+Green+Blue) = 86+108+236=430 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 236 (92.58% from 255 or 54.88% from 430); Max value from RGB is 236 - color contains mainly: blue. Hex color #566CEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #566CEC is #A99313. Grayscale: #737373. Windows color (decimal): -11113236 or 15494230. OLE color: 15494230.
HSL color Cylindrical-coordinate representation of color #566CEC: hue angle of 231.2º degrees, saturation: 0.8, 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 #566CEC is Cyan = 0.64, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 108 | 236 | - |
| CMYK | 0.64 | 0.54 | 0 | 0.07 |
| HSL | 231.2º | 0.8% | 0.63% | - |
| HSV(B) | 231.2º | 0.64% | 0.93% | - |
| XYZ | 24.34 | 18.76 | 81.69 | - |
| YUV | 116.01 | 195.71 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 108 | 236 | 0.64 | 0.54 | 0 | 0.07 | 231.2 | 0.8 | 0.63 |
| Hex | 56 | 6C | EC | 40 | 36 | 0 | 7 | E7 | 50 | 3F |
| Octal | 126 | 154 | 354 | 100 | 66 | 0 | 7 | 347 | 120 | 77 |
| Binary | 1010110 | 1101100 | 11101100 | 1000000 | 110110 | 0 | 111 | 11100111 | 1010000 | 111111 |
Color Harmonies of #566CEC
Complementary color
Monochromatic Colors of #566CEC
Black with #566CEC
Text Example
Text Example
White with #566CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566CEC; }
p { color: rgb(86,108,236); }
H1.HeaderClassName
{
color: #566CEC;
}
.AnyTagClassName
{
color: #566CEC;
}
</style>
background-color css
<style>
a { background-color: #566CEC; }
a { background-color: rgb(86,108,236); }
div.DivClassName
{
background-color: #566CEC;
}
.BgClassName
{
background-color: #566CEC;
}
</style>
border-color css
<style>
span { border-color: #566CEC; }
span { border-color: rgb(86,108,236); }
td.TdClassName
{
border-color: #566CEC;
}
.TagClassName
{
border-color: #566CEC;
}
</style>