Shades of Royal Blue #575BE3
Tints of Royal Blue #575BE3
RGB
CMYK
RGB Variations
Color information
#575BE3 (or 0x575BE3) is known color: Royal Blue. HEX triplet: 57, 5B and E3. RGB value is (87,91,227). Sum of RGB (Red+Green+Blue) = 87+91+227=405 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.48% from 405); Green value is 91 (35.94% from 255 or 22.47% from 405); Blue value is 227 (89.06% from 255 or 56.05% from 405); Max value from RGB is 227 - color contains mainly: blue. Hex color #575BE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575BE3 is #A8A41C. Grayscale: #686868. Windows color (decimal): -11052061 or 14900055. OLE color: 14900055.
HSL color Cylindrical-coordinate representation of color #575BE3: hue angle of 238.29º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #575BE3 is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 87 | 91 | 227 | - |
| CMYK | 0.62 | 0.60 | 0 | 0.11 |
| HSL | 238.29º | 0.71% | 0.62% | - |
| HSV(B) | 238.29º | 0.62% | 0.89% | - |
| XYZ | 21.54 | 15.05 | 74.44 | - |
| YUV | 105.31 | 196.67 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 91 | 227 | 0.62 | 0.60 | 0 | 0.11 | 238.29 | 0.71 | 0.62 |
| Hex | 57 | 5B | E3 | 3E | 3C | 0 | B | EE | 47 | 3E |
| Octal | 127 | 133 | 343 | 76 | 74 | 0 | 13 | 356 | 107 | 76 |
| Binary | 1010111 | 1011011 | 11100011 | 111110 | 111100 | 0 | 1011 | 11101110 | 1000111 | 111110 |
Color Harmonies of #575BE3
Complementary color
Monochromatic Colors of #575BE3
Black with #575BE3
Text Example
Text Example
White with #575BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575BE3; }
p { color: rgb(87,91,227); }
H1.HeaderClassName
{
color: #575BE3;
}
.AnyTagClassName
{
color: #575BE3;
}
</style>
background-color css
<style>
a { background-color: #575BE3; }
a { background-color: rgb(87,91,227); }
div.DivClassName
{
background-color: #575BE3;
}
.BgClassName
{
background-color: #575BE3;
}
</style>
border-color css
<style>
span { border-color: #575BE3; }
span { border-color: rgb(87,91,227); }
td.TdClassName
{
border-color: #575BE3;
}
.TagClassName
{
border-color: #575BE3;
}
</style>