Shades of Royal Blue #5574F5
Tints of Royal Blue #5574F5
RGB
CMYK
RGB Variations
Color information
#5574F5 (or 0x5574F5) is known color: Royal Blue. HEX triplet: 55, 74 and F5. RGB value is (85,116,245). Sum of RGB (Red+Green+Blue) = 85+116+245=446 (59% of max value = 765). Red value is 85 (33.59% from 255 or 19.06% from 446); Green value is 116 (45.70% from 255 or 26.01% from 446); Blue value is 245 (96.09% from 255 or 54.93% from 446); Max value from RGB is 245 - color contains mainly: blue. Hex color #5574F5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5574F5 is #AA8B0A. Grayscale: #787878. Windows color (decimal): -11176715 or 16086101. OLE color: 16086101.
HSL color Cylindrical-coordinate representation of color #5574F5: hue angle of 228.38º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5574F5 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 85 | 116 | 245 | - |
| CMYK | 0.65 | 0.53 | 0 | 0.04 |
| HSL | 228.38º | 0.89% | 0.65% | - |
| HSV(B) | 228.38º | 0.65% | 0.96% | - |
| XYZ | 26.47 | 21.01 | 89.05 | - |
| YUV | 121.44 | 197.73 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 116 | 245 | 0.65 | 0.53 | 0 | 0.04 | 228.38 | 0.89 | 0.65 |
| Hex | 55 | 74 | F5 | 41 | 35 | 0 | 4 | E4 | 59 | 41 |
| Octal | 125 | 164 | 365 | 101 | 65 | 0 | 4 | 344 | 131 | 101 |
| Binary | 1010101 | 1110100 | 11110101 | 1000001 | 110101 | 0 | 100 | 11100100 | 1011001 | 1000001 |
Color Harmonies of #5574F5
Complementary color
Monochromatic Colors of #5574F5
Black with #5574F5
Text Example
Text Example
White with #5574F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5574F5; }
p { color: rgb(85,116,245); }
H1.HeaderClassName
{
color: #5574F5;
}
.AnyTagClassName
{
color: #5574F5;
}
</style>
background-color css
<style>
a { background-color: #5574F5; }
a { background-color: rgb(85,116,245); }
div.DivClassName
{
background-color: #5574F5;
}
.BgClassName
{
background-color: #5574F5;
}
</style>
border-color css
<style>
span { border-color: #5574F5; }
span { border-color: rgb(85,116,245); }
td.TdClassName
{
border-color: #5574F5;
}
.TagClassName
{
border-color: #5574F5;
}
</style>