Shades of Royal Blue #5575E9
Tints of Royal Blue #5575E9
RGB
CMYK
RGB Variations
Color information
#5575E9 (or 0x5575E9) is known color: Royal Blue. HEX triplet: 55, 75 and E9. RGB value is (85,117,233). Sum of RGB (Red+Green+Blue) = 85+117+233=435 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.54% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 233 (91.41% from 255 or 53.56% from 435); Max value from RGB is 233 - color contains mainly: blue. Hex color #5575E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5575E9 is #AA8A16. Grayscale: #787878. Windows color (decimal): -11176471 or 15299925. OLE color: 15299925.
HSL color Cylindrical-coordinate representation of color #5575E9: hue angle of 227.03º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5575E9 is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 85 | 117 | 233 | - |
| CMYK | 0.64 | 0.50 | 0 | 0.09 |
| HSL | 227.03º | 0.77% | 0.62% | - |
| HSV(B) | 227.03º | 0.64% | 0.91% | - |
| XYZ | 24.82 | 20.54 | 79.75 | - |
| YUV | 120.66 | 191.4 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 117 | 233 | 0.64 | 0.50 | 0 | 0.09 | 227.03 | 0.77 | 0.62 |
| Hex | 55 | 75 | E9 | 40 | 32 | 0 | 9 | E3 | 4D | 3E |
| Octal | 125 | 165 | 351 | 100 | 62 | 0 | 11 | 343 | 115 | 76 |
| Binary | 1010101 | 1110101 | 11101001 | 1000000 | 110010 | 0 | 1001 | 11100011 | 1001101 | 111110 |
Color Harmonies of #5575E9
Complementary color
Monochromatic Colors of #5575E9
Black with #5575E9
Text Example
Text Example
White with #5575E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5575E9; }
p { color: rgb(85,117,233); }
H1.HeaderClassName
{
color: #5575E9;
}
.AnyTagClassName
{
color: #5575E9;
}
</style>
background-color css
<style>
a { background-color: #5575E9; }
a { background-color: rgb(85,117,233); }
div.DivClassName
{
background-color: #5575E9;
}
.BgClassName
{
background-color: #5575E9;
}
</style>
border-color css
<style>
span { border-color: #5575E9; }
span { border-color: rgb(85,117,233); }
td.TdClassName
{
border-color: #5575E9;
}
.TagClassName
{
border-color: #5575E9;
}
</style>