Shades of Royal Blue #5561D7
Tints of Royal Blue #5561D7
RGB
CMYK
RGB Variations
Color information
#5561D7 (or 0x5561D7) is known color: Royal Blue. HEX triplet: 55, 61 and D7. RGB value is (85,97,215). Sum of RGB (Red+Green+Blue) = 85+97+215=397 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.41% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 215 (84.38% from 255 or 54.16% from 397); Max value from RGB is 215 - color contains mainly: blue. Hex color #5561D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5561D7 is #AA9E28. Grayscale: #6A6A6A. Windows color (decimal): -11181609 or 14115157. OLE color: 14115157.
HSL color Cylindrical-coordinate representation of color #5561D7: hue angle of 234.46º degrees, saturation: 0.62, 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 #5561D7 is Cyan = 0.60, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 85 | 97 | 215 | - |
| CMYK | 0.60 | 0.55 | 0 | 0.16 |
| HSL | 234.46º | 0.62% | 0.59% | - |
| HSV(B) | 234.46º | 0.6% | 0.84% | - |
| XYZ | 20.29 | 15.39 | 66.19 | - |
| YUV | 106.86 | 189.02 | 112.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 97 | 215 | 0.60 | 0.55 | 0 | 0.16 | 234.46 | 0.62 | 0.59 |
| Hex | 55 | 61 | D7 | 3C | 37 | 0 | 10 | EA | 3E | 3B |
| Octal | 125 | 141 | 327 | 74 | 67 | 0 | 20 | 352 | 76 | 73 |
| Binary | 1010101 | 1100001 | 11010111 | 111100 | 110111 | 0 | 10000 | 11101010 | 111110 | 111011 |
Color Harmonies of #5561D7
Complementary color
Monochromatic Colors of #5561D7
Black with #5561D7
Text Example
Text Example
White with #5561D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5561D7; }
p { color: rgb(85,97,215); }
H1.HeaderClassName
{
color: #5561D7;
}
.AnyTagClassName
{
color: #5561D7;
}
</style>
background-color css
<style>
a { background-color: #5561D7; }
a { background-color: rgb(85,97,215); }
div.DivClassName
{
background-color: #5561D7;
}
.BgClassName
{
background-color: #5561D7;
}
</style>
border-color css
<style>
span { border-color: #5561D7; }
span { border-color: rgb(85,97,215); }
td.TdClassName
{
border-color: #5561D7;
}
.TagClassName
{
border-color: #5561D7;
}
</style>