Shades of Royal Blue #575EE0
Tints of Royal Blue #575EE0
RGB
CMYK
RGB Variations
Color information
#575EE0 (or 0x575EE0) is known color: Royal Blue. HEX triplet: 57, 5E and E0. RGB value is (87,94,224). Sum of RGB (Red+Green+Blue) = 87+94+224=405 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.48% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 224 (87.89% from 255 or 55.31% from 405); Max value from RGB is 224 - color contains mainly: blue. Hex color #575EE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575EE0 is #A8A11F. Grayscale: #6A6A6A. Windows color (decimal): -11051296 or 14704215. OLE color: 14704215.
HSL color Cylindrical-coordinate representation of color #575EE0: hue angle of 236.93º degrees, saturation: 0.69, 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 #575EE0 is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 87 | 94 | 224 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.12 |
| HSL | 236.93º | 0.69% | 0.61% | - |
| HSV(B) | 236.93º | 0.61% | 0.88% | - |
| XYZ | 21.39 | 15.41 | 72.37 | - |
| YUV | 106.73 | 194.18 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 94 | 224 | 0.61 | 0.58 | 0 | 0.12 | 236.93 | 0.69 | 0.61 |
| Hex | 57 | 5E | E0 | 3D | 3A | 0 | C | ED | 45 | 3D |
| Octal | 127 | 136 | 340 | 75 | 72 | 0 | 14 | 355 | 105 | 75 |
| Binary | 1010111 | 1011110 | 11100000 | 111101 | 111010 | 0 | 1100 | 11101101 | 1000101 | 111101 |
Color Harmonies of #575EE0
Complementary color
Monochromatic Colors of #575EE0
Black with #575EE0
Text Example
Text Example
White with #575EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575EE0; }
p { color: rgb(87,94,224); }
H1.HeaderClassName
{
color: #575EE0;
}
.AnyTagClassName
{
color: #575EE0;
}
</style>
background-color css
<style>
a { background-color: #575EE0; }
a { background-color: rgb(87,94,224); }
div.DivClassName
{
background-color: #575EE0;
}
.BgClassName
{
background-color: #575EE0;
}
</style>
border-color css
<style>
span { border-color: #575EE0; }
span { border-color: rgb(87,94,224); }
td.TdClassName
{
border-color: #575EE0;
}
.TagClassName
{
border-color: #575EE0;
}
</style>