Shades of Royal Blue #5673D6
Tints of Royal Blue #5673D6
RGB
CMYK
RGB Variations
Color information
#5673D6 (or 0x5673D6) is known color: Royal Blue. HEX triplet: 56, 73 and D6. RGB value is (86,115,214). Sum of RGB (Red+Green+Blue) = 86+115+214=415 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.72% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 214 (83.98% from 255 or 51.57% from 415); Max value from RGB is 214 - color contains mainly: blue. Hex color #5673D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5673D6 is #A98C29. Grayscale: #757575. Windows color (decimal): -11111466 or 14054230. OLE color: 14054230.
HSL color Cylindrical-coordinate representation of color #5673D6: hue angle of 226.41º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5673D6 is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 86 | 115 | 214 | - |
| CMYK | 0.60 | 0.46 | 0 | 0.16 |
| HSL | 226.41º | 0.61% | 0.59% | - |
| HSV(B) | 226.41º | 0.6% | 0.84% | - |
| XYZ | 22.11 | 19.09 | 66.14 | - |
| YUV | 117.62 | 182.39 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 115 | 214 | 0.60 | 0.46 | 0 | 0.16 | 226.41 | 0.61 | 0.59 |
| Hex | 56 | 73 | D6 | 3C | 2E | 0 | 10 | E2 | 3D | 3B |
| Octal | 126 | 163 | 326 | 74 | 56 | 0 | 20 | 342 | 75 | 73 |
| Binary | 1010110 | 1110011 | 11010110 | 111100 | 101110 | 0 | 10000 | 11100010 | 111101 | 111011 |
Color Harmonies of #5673D6
Complementary color
Monochromatic Colors of #5673D6
Black with #5673D6
Text Example
Text Example
White with #5673D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5673D6; }
p { color: rgb(86,115,214); }
H1.HeaderClassName
{
color: #5673D6;
}
.AnyTagClassName
{
color: #5673D6;
}
</style>
background-color css
<style>
a { background-color: #5673D6; }
a { background-color: rgb(86,115,214); }
div.DivClassName
{
background-color: #5673D6;
}
.BgClassName
{
background-color: #5673D6;
}
</style>
border-color css
<style>
span { border-color: #5673D6; }
span { border-color: rgb(86,115,214); }
td.TdClassName
{
border-color: #5673D6;
}
.TagClassName
{
border-color: #5673D6;
}
</style>