Shades of Royal Blue #5662D8
Tints of Royal Blue #5662D8
RGB
CMYK
RGB Variations
Color information
#5662D8 (or 0x5662D8) is known color: Royal Blue. HEX triplet: 56, 62 and D8. RGB value is (86,98,216). Sum of RGB (Red+Green+Blue) = 86+98+216=400 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.5% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 216 (84.77% from 255 or 54% from 400); Max value from RGB is 216 - color contains mainly: blue. Hex color #5662D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5662D8 is #A99D27. Grayscale: #6B6B6B. Windows color (decimal): -11115816 or 14180950. OLE color: 14180950.
HSL color Cylindrical-coordinate representation of color #5662D8: hue angle of 234.46º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5662D8 is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 86 | 98 | 216 | - |
| CMYK | 0.60 | 0.55 | 0 | 0.15 |
| HSL | 234.46º | 0.63% | 0.59% | - |
| HSV(B) | 234.46º | 0.6% | 0.85% | - |
| XYZ | 20.6 | 15.67 | 66.9 | - |
| YUV | 107.86 | 189.02 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 98 | 216 | 0.60 | 0.55 | 0 | 0.15 | 234.46 | 0.63 | 0.59 |
| Hex | 56 | 62 | D8 | 3C | 37 | 0 | F | EA | 3E | 3B |
| Octal | 126 | 142 | 330 | 74 | 67 | 0 | 17 | 352 | 76 | 73 |
| Binary | 1010110 | 1100010 | 11011000 | 111100 | 110111 | 0 | 1111 | 11101010 | 111110 | 111011 |
Color Harmonies of #5662D8
Complementary color
Monochromatic Colors of #5662D8
Black with #5662D8
Text Example
Text Example
White with #5662D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5662D8; }
p { color: rgb(86,98,216); }
H1.HeaderClassName
{
color: #5662D8;
}
.AnyTagClassName
{
color: #5662D8;
}
</style>
background-color css
<style>
a { background-color: #5662D8; }
a { background-color: rgb(86,98,216); }
div.DivClassName
{
background-color: #5662D8;
}
.BgClassName
{
background-color: #5662D8;
}
</style>
border-color css
<style>
span { border-color: #5662D8; }
span { border-color: rgb(86,98,216); }
td.TdClassName
{
border-color: #5662D8;
}
.TagClassName
{
border-color: #5662D8;
}
</style>