Shades of Royal Blue #5562DE
Tints of Royal Blue #5562DE
RGB
CMYK
RGB Variations
Color information
#5562DE (or 0x5562DE) is known color: Royal Blue. HEX triplet: 55, 62 and DE. RGB value is (85,98,222). Sum of RGB (Red+Green+Blue) = 85+98+222=405 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.99% from 405); Green value is 98 (38.67% from 255 or 24.20% from 405); Blue value is 222 (87.11% from 255 or 54.81% from 405); Max value from RGB is 222 - color contains mainly: blue. Hex color #5562DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5562DE is #AA9D21. Grayscale: #6B6B6B. Windows color (decimal): -11181346 or 14574165. OLE color: 14574165.
HSL color Cylindrical-coordinate representation of color #5562DE: hue angle of 234.31º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5562DE is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 85 | 98 | 222 | - |
| CMYK | 0.62 | 0.56 | 0 | 0.13 |
| HSL | 234.31º | 0.67% | 0.6% | - |
| HSV(B) | 234.31º | 0.62% | 0.87% | - |
| XYZ | 21.3 | 15.94 | 71.06 | - |
| YUV | 108.25 | 192.19 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 98 | 222 | 0.62 | 0.56 | 0 | 0.13 | 234.31 | 0.67 | 0.6 |
| Hex | 55 | 62 | DE | 3E | 38 | 0 | D | EA | 43 | 3C |
| Octal | 125 | 142 | 336 | 76 | 70 | 0 | 15 | 352 | 103 | 74 |
| Binary | 1010101 | 1100010 | 11011110 | 111110 | 111000 | 0 | 1101 | 11101010 | 1000011 | 111100 |
Color Harmonies of #5562DE
Complementary color
Monochromatic Colors of #5562DE
Black with #5562DE
Text Example
Text Example
White with #5562DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5562DE; }
p { color: rgb(85,98,222); }
H1.HeaderClassName
{
color: #5562DE;
}
.AnyTagClassName
{
color: #5562DE;
}
</style>
background-color css
<style>
a { background-color: #5562DE; }
a { background-color: rgb(85,98,222); }
div.DivClassName
{
background-color: #5562DE;
}
.BgClassName
{
background-color: #5562DE;
}
</style>
border-color css
<style>
span { border-color: #5562DE; }
span { border-color: rgb(85,98,222); }
td.TdClassName
{
border-color: #5562DE;
}
.TagClassName
{
border-color: #5562DE;
}
</style>