Shades of Royal Blue #566CEB
Tints of Royal Blue #566CEB
RGB
CMYK
RGB Variations
Color information
#566CEB (or 0x566CEB) is known color: Royal Blue. HEX triplet: 56, 6C and EB. RGB value is (86,108,235). Sum of RGB (Red+Green+Blue) = 86+108+235=429 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.05% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 235 (92.19% from 255 or 54.78% from 429); Max value from RGB is 235 - color contains mainly: blue. Hex color #566CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #566CEB is #A99314. Grayscale: #737373. Windows color (decimal): -11113237 or 15428694. OLE color: 15428694.
HSL color Cylindrical-coordinate representation of color #566CEB: hue angle of 231.14º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #566CEB is Cyan = 0.63, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 86 | 108 | 235 | - |
| CMYK | 0.63 | 0.54 | 0 | 0.08 |
| HSL | 231.14º | 0.79% | 0.63% | - |
| HSV(B) | 231.14º | 0.63% | 0.92% | - |
| XYZ | 24.2 | 18.7 | 80.93 | - |
| YUV | 115.9 | 195.21 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 108 | 235 | 0.63 | 0.54 | 0 | 0.08 | 231.14 | 0.79 | 0.63 |
| Hex | 56 | 6C | EB | 3F | 36 | 0 | 8 | E7 | 4F | 3F |
| Octal | 126 | 154 | 353 | 77 | 66 | 0 | 10 | 347 | 117 | 77 |
| Binary | 1010110 | 1101100 | 11101011 | 111111 | 110110 | 0 | 1000 | 11100111 | 1001111 | 111111 |
Color Harmonies of #566CEB
Complementary color
Monochromatic Colors of #566CEB
Black with #566CEB
Text Example
Text Example
White with #566CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #566CEB; }
p { color: rgb(86,108,235); }
H1.HeaderClassName
{
color: #566CEB;
}
.AnyTagClassName
{
color: #566CEB;
}
</style>
background-color css
<style>
a { background-color: #566CEB; }
a { background-color: rgb(86,108,235); }
div.DivClassName
{
background-color: #566CEB;
}
.BgClassName
{
background-color: #566CEB;
}
</style>
border-color css
<style>
span { border-color: #566CEB; }
span { border-color: rgb(86,108,235); }
td.TdClassName
{
border-color: #566CEB;
}
.TagClassName
{
border-color: #566CEB;
}
</style>