Shades of Royal Blue #575EDF
Tints of Royal Blue #575EDF
RGB
CMYK
RGB Variations
Color information
#575EDF (or 0x575EDF) is known color: Royal Blue. HEX triplet: 57, 5E and DF. RGB value is (87,94,223). Sum of RGB (Red+Green+Blue) = 87+94+223=404 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.53% from 404); Green value is 94 (37.11% from 255 or 23.27% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #575EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575EDF is #A8A120. Grayscale: #6A6A6A. Windows color (decimal): -11051297 or 14638679. OLE color: 14638679.
HSL color Cylindrical-coordinate representation of color #575EDF: hue angle of 236.91º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #575EDF is Cyan = 0.61, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 94 | 223 | - |
| CMYK | 0.61 | 0.58 | 0 | 0.13 |
| HSL | 236.91º | 0.68% | 0.61% | - |
| HSV(B) | 236.91º | 0.61% | 0.87% | - |
| XYZ | 21.25 | 15.36 | 71.66 | - |
| YUV | 106.61 | 193.68 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 94 | 223 | 0.61 | 0.58 | 0 | 0.13 | 236.91 | 0.68 | 0.61 |
| Hex | 57 | 5E | DF | 3D | 3A | 0 | D | ED | 44 | 3D |
| Octal | 127 | 136 | 337 | 75 | 72 | 0 | 15 | 355 | 104 | 75 |
| Binary | 1010111 | 1011110 | 11011111 | 111101 | 111010 | 0 | 1101 | 11101101 | 1000100 | 111101 |
Color Harmonies of #575EDF
Complementary color
Monochromatic Colors of #575EDF
Black with #575EDF
Text Example
Text Example
White with #575EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575EDF; }
p { color: rgb(87,94,223); }
H1.HeaderClassName
{
color: #575EDF;
}
.AnyTagClassName
{
color: #575EDF;
}
</style>
background-color css
<style>
a { background-color: #575EDF; }
a { background-color: rgb(87,94,223); }
div.DivClassName
{
background-color: #575EDF;
}
.BgClassName
{
background-color: #575EDF;
}
</style>
border-color css
<style>
span { border-color: #575EDF; }
span { border-color: rgb(87,94,223); }
td.TdClassName
{
border-color: #575EDF;
}
.TagClassName
{
border-color: #575EDF;
}
</style>