Shades of Royal Blue #5674E4
Tints of Royal Blue #5674E4
RGB
CMYK
RGB Variations
Color information
#5674E4 (or 0x5674E4) is known color: Royal Blue. HEX triplet: 56, 74 and E4. RGB value is (86,116,228). Sum of RGB (Red+Green+Blue) = 86+116+228=430 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20% from 430); Green value is 116 (45.70% from 255 or 26.98% from 430); Blue value is 228 (89.45% from 255 or 53.02% from 430); Max value from RGB is 228 - color contains mainly: blue. Hex color #5674E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5674E4 is #A98B1B. Grayscale: #777777. Windows color (decimal): -11111196 or 14971990. OLE color: 14971990.
HSL color Cylindrical-coordinate representation of color #5674E4: hue angle of 227.32º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5674E4 is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 86 | 116 | 228 | - |
| CMYK | 0.62 | 0.49 | 0 | 0.11 |
| HSL | 227.32º | 0.72% | 0.62% | - |
| HSV(B) | 227.32º | 0.62% | 0.89% | - |
| XYZ | 24.09 | 20.07 | 76 | - |
| YUV | 119.8 | 189.06 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 116 | 228 | 0.62 | 0.49 | 0 | 0.11 | 227.32 | 0.72 | 0.62 |
| Hex | 56 | 74 | E4 | 3E | 31 | 0 | B | E3 | 48 | 3E |
| Octal | 126 | 164 | 344 | 76 | 61 | 0 | 13 | 343 | 110 | 76 |
| Binary | 1010110 | 1110100 | 11100100 | 111110 | 110001 | 0 | 1011 | 11100011 | 1001000 | 111110 |
Color Harmonies of #5674E4
Complementary color
Monochromatic Colors of #5674E4
Black with #5674E4
Text Example
Text Example
White with #5674E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5674E4; }
p { color: rgb(86,116,228); }
H1.HeaderClassName
{
color: #5674E4;
}
.AnyTagClassName
{
color: #5674E4;
}
</style>
background-color css
<style>
a { background-color: #5674E4; }
a { background-color: rgb(86,116,228); }
div.DivClassName
{
background-color: #5674E4;
}
.BgClassName
{
background-color: #5674E4;
}
</style>
border-color css
<style>
span { border-color: #5674E4; }
span { border-color: rgb(86,116,228); }
td.TdClassName
{
border-color: #5674E4;
}
.TagClassName
{
border-color: #5674E4;
}
</style>