Shades of Royal Blue #5672DE
Tints of Royal Blue #5672DE
RGB
CMYK
RGB Variations
Color information
#5672DE (or 0x5672DE) is known color: Royal Blue. HEX triplet: 56, 72 and DE. RGB value is (86,114,222). Sum of RGB (Red+Green+Blue) = 86+114+222=422 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.38% from 422); Green value is 114 (44.92% from 255 or 27.01% from 422); Blue value is 222 (87.11% from 255 or 52.61% from 422); Max value from RGB is 222 - color contains mainly: blue. Hex color #5672DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5672DE is #A98D21. Grayscale: #757575. Windows color (decimal): -11111714 or 14578262. OLE color: 14578262.
HSL color Cylindrical-coordinate representation of color #5672DE: hue angle of 227.65º 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 #5672DE is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 86 | 114 | 222 | - |
| CMYK | 0.61 | 0.49 | 0 | 0.13 |
| HSL | 227.65º | 0.67% | 0.6% | - |
| HSV(B) | 227.65º | 0.61% | 0.87% | - |
| XYZ | 23.04 | 19.29 | 71.62 | - |
| YUV | 117.94 | 186.72 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 114 | 222 | 0.61 | 0.49 | 0 | 0.13 | 227.65 | 0.67 | 0.6 |
| Hex | 56 | 72 | DE | 3D | 31 | 0 | D | E4 | 43 | 3C |
| Octal | 126 | 162 | 336 | 75 | 61 | 0 | 15 | 344 | 103 | 74 |
| Binary | 1010110 | 1110010 | 11011110 | 111101 | 110001 | 0 | 1101 | 11100100 | 1000011 | 111100 |
Color Harmonies of #5672DE
Complementary color
Monochromatic Colors of #5672DE
Black with #5672DE
Text Example
Text Example
White with #5672DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5672DE; }
p { color: rgb(86,114,222); }
H1.HeaderClassName
{
color: #5672DE;
}
.AnyTagClassName
{
color: #5672DE;
}
</style>
background-color css
<style>
a { background-color: #5672DE; }
a { background-color: rgb(86,114,222); }
div.DivClassName
{
background-color: #5672DE;
}
.BgClassName
{
background-color: #5672DE;
}
</style>
border-color css
<style>
span { border-color: #5672DE; }
span { border-color: rgb(86,114,222); }
td.TdClassName
{
border-color: #5672DE;
}
.TagClassName
{
border-color: #5672DE;
}
</style>