Shades of Royal Blue #575CE3
Tints of Royal Blue #575CE3
RGB
CMYK
RGB Variations
Color information
#575CE3 (or 0x575CE3) is known color: Royal Blue. HEX triplet: 57, 5C and E3. RGB value is (87,92,227). Sum of RGB (Red+Green+Blue) = 87+92+227=406 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.43% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 227 (89.06% from 255 or 55.91% from 406); Max value from RGB is 227 - color contains mainly: blue. Hex color #575CE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575CE3 is #A8A31C. Grayscale: #696969. Windows color (decimal): -11051805 or 14900311. OLE color: 14900311.
HSL color Cylindrical-coordinate representation of color #575CE3: hue angle of 237.86º 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 #575CE3 is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 87 | 92 | 227 | - |
| CMYK | 0.62 | 0.59 | 0 | 0.11 |
| HSL | 237.86º | 0.71% | 0.62% | - |
| HSV(B) | 237.86º | 0.62% | 0.89% | - |
| XYZ | 21.62 | 15.23 | 74.47 | - |
| YUV | 105.9 | 196.34 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 92 | 227 | 0.62 | 0.59 | 0 | 0.11 | 237.86 | 0.71 | 0.62 |
| Hex | 57 | 5C | E3 | 3E | 3B | 0 | B | EE | 47 | 3E |
| Octal | 127 | 134 | 343 | 76 | 73 | 0 | 13 | 356 | 107 | 76 |
| Binary | 1010111 | 1011100 | 11100011 | 111110 | 111011 | 0 | 1011 | 11101110 | 1000111 | 111110 |
Color Harmonies of #575CE3
Complementary color
Monochromatic Colors of #575CE3
Black with #575CE3
Text Example
Text Example
White with #575CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575CE3; }
p { color: rgb(87,92,227); }
H1.HeaderClassName
{
color: #575CE3;
}
.AnyTagClassName
{
color: #575CE3;
}
</style>
background-color css
<style>
a { background-color: #575CE3; }
a { background-color: rgb(87,92,227); }
div.DivClassName
{
background-color: #575CE3;
}
.BgClassName
{
background-color: #575CE3;
}
</style>
border-color css
<style>
span { border-color: #575CE3; }
span { border-color: rgb(87,92,227); }
td.TdClassName
{
border-color: #575CE3;
}
.TagClassName
{
border-color: #575CE3;
}
</style>