Shades of Royal Blue #575CE1
Tints of Royal Blue #575CE1
RGB
CMYK
RGB Variations
Color information
#575CE1 (or 0x575CE1) is known color: Royal Blue. HEX triplet: 57, 5C and E1. RGB value is (87,92,225). Sum of RGB (Red+Green+Blue) = 87+92+225=404 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.53% from 404); Green value is 92 (36.33% from 255 or 22.77% from 404); Blue value is 225 (88.28% from 255 or 55.69% from 404); Max value from RGB is 225 - color contains mainly: blue. Hex color #575CE1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575CE1 is #A8A31E. Grayscale: #696969. Windows color (decimal): -11051807 or 14769239. OLE color: 14769239.
HSL color Cylindrical-coordinate representation of color #575CE1: hue angle of 237.83º 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 #575CE1 is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 87 | 92 | 225 | - |
| CMYK | 0.61 | 0.59 | 0 | 0.12 |
| HSL | 237.83º | 0.7% | 0.61% | - |
| HSV(B) | 237.83º | 0.61% | 0.88% | - |
| XYZ | 21.35 | 15.12 | 73.03 | - |
| YUV | 105.67 | 195.34 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 92 | 225 | 0.61 | 0.59 | 0 | 0.12 | 237.83 | 0.7 | 0.61 |
| Hex | 57 | 5C | E1 | 3D | 3B | 0 | C | EE | 46 | 3D |
| Octal | 127 | 134 | 341 | 75 | 73 | 0 | 14 | 356 | 106 | 75 |
| Binary | 1010111 | 1011100 | 11100001 | 111101 | 111011 | 0 | 1100 | 11101110 | 1000110 | 111101 |
Color Harmonies of #575CE1
Complementary color
Monochromatic Colors of #575CE1
Black with #575CE1
Text Example
Text Example
White with #575CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575CE1; }
p { color: rgb(87,92,225); }
H1.HeaderClassName
{
color: #575CE1;
}
.AnyTagClassName
{
color: #575CE1;
}
</style>
background-color css
<style>
a { background-color: #575CE1; }
a { background-color: rgb(87,92,225); }
div.DivClassName
{
background-color: #575CE1;
}
.BgClassName
{
background-color: #575CE1;
}
</style>
border-color css
<style>
span { border-color: #575CE1; }
span { border-color: rgb(87,92,225); }
td.TdClassName
{
border-color: #575CE1;
}
.TagClassName
{
border-color: #575CE1;
}
</style>