Shades of Royal Blue #565CDE
Tints of Royal Blue #565CDE
RGB
CMYK
RGB Variations
Color information
#565CDE (or 0x565CDE) is known color: Royal Blue. HEX triplet: 56, 5C and DE. RGB value is (86,92,222). Sum of RGB (Red+Green+Blue) = 86+92+222=400 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.5% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #565CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #565CDE is #A9A321. Grayscale: #686868. Windows color (decimal): -11117346 or 14572630. OLE color: 14572630.
HSL color Cylindrical-coordinate representation of color #565CDE: hue angle of 237.35º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #565CDE is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 92 | 222 | - |
| CMYK | 0.61 | 0.59 | 0 | 0.13 |
| HSL | 237.35º | 0.67% | 0.6% | - |
| HSV(B) | 237.35º | 0.61% | 0.87% | - |
| XYZ | 20.85 | 14.91 | 70.89 | - |
| YUV | 105.03 | 194.01 | 114.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 92 | 222 | 0.61 | 0.59 | 0 | 0.13 | 237.35 | 0.67 | 0.6 |
| Hex | 56 | 5C | DE | 3D | 3B | 0 | D | ED | 43 | 3C |
| Octal | 126 | 134 | 336 | 75 | 73 | 0 | 15 | 355 | 103 | 74 |
| Binary | 1010110 | 1011100 | 11011110 | 111101 | 111011 | 0 | 1101 | 11101101 | 1000011 | 111100 |
Color Harmonies of #565CDE
Complementary color
Monochromatic Colors of #565CDE
Black with #565CDE
Text Example
Text Example
White with #565CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565CDE; }
p { color: rgb(86,92,222); }
H1.HeaderClassName
{
color: #565CDE;
}
.AnyTagClassName
{
color: #565CDE;
}
</style>
background-color css
<style>
a { background-color: #565CDE; }
a { background-color: rgb(86,92,222); }
div.DivClassName
{
background-color: #565CDE;
}
.BgClassName
{
background-color: #565CDE;
}
</style>
border-color css
<style>
span { border-color: #565CDE; }
span { border-color: rgb(86,92,222); }
td.TdClassName
{
border-color: #565CDE;
}
.TagClassName
{
border-color: #565CDE;
}
</style>