Shades of Royal Blue #575EE1
Tints of Royal Blue #575EE1
RGB
CMYK
RGB Variations
Color information
#575EE1 (or 0x575EE1) is known color: Royal Blue. HEX triplet: 57, 5E and E1. RGB value is (87,94,225). Sum of RGB (Red+Green+Blue) = 87+94+225=406 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.43% from 406); Green value is 94 (37.11% from 255 or 23.15% from 406); Blue value is 225 (88.28% from 255 or 55.42% from 406); Max value from RGB is 225 - color contains mainly: blue. Hex color #575EE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575EE1 is #A8A11E. Grayscale: #6A6A6A. Windows color (decimal): -11051295 or 14769751. OLE color: 14769751.
HSL color Cylindrical-coordinate representation of color #575EE1: hue angle of 236.96º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #575EE1 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 87 | 94 | 225 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.12 |
| HSL | 236.96º | 0.7% | 0.61% | - |
| HSV(B) | 236.96º | 0.61% | 0.88% | - |
| XYZ | 21.52 | 15.47 | 73.09 | - |
| YUV | 106.84 | 194.68 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 94 | 225 | 0.61 | 0.58 | 0 | 0.12 | 236.96 | 0.7 | 0.61 |
| Hex | 57 | 5E | E1 | 3D | 3A | 0 | C | ED | 46 | 3D |
| Octal | 127 | 136 | 341 | 75 | 72 | 0 | 14 | 355 | 106 | 75 |
| Binary | 1010111 | 1011110 | 11100001 | 111101 | 111010 | 0 | 1100 | 11101101 | 1000110 | 111101 |
Color Harmonies of #575EE1
Complementary color
Monochromatic Colors of #575EE1
Black with #575EE1
Text Example
Text Example
White with #575EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575EE1; }
p { color: rgb(87,94,225); }
H1.HeaderClassName
{
color: #575EE1;
}
.AnyTagClassName
{
color: #575EE1;
}
</style>
background-color css
<style>
a { background-color: #575EE1; }
a { background-color: rgb(87,94,225); }
div.DivClassName
{
background-color: #575EE1;
}
.BgClassName
{
background-color: #575EE1;
}
</style>
border-color css
<style>
span { border-color: #575EE1; }
span { border-color: rgb(87,94,225); }
td.TdClassName
{
border-color: #575EE1;
}
.TagClassName
{
border-color: #575EE1;
}
</style>