Shades of Royal Blue #575CE4
Tints of Royal Blue #575CE4
RGB
CMYK
RGB Variations
Color information
#575CE4 (or 0x575CE4) is known color: Royal Blue. HEX triplet: 57, 5C and E4. RGB value is (87,92,228). Sum of RGB (Red+Green+Blue) = 87+92+228=407 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.38% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 228 (89.45% from 255 or 56.02% from 407); Max value from RGB is 228 - color contains mainly: blue. Hex color #575CE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575CE4 is #A8A31B. Grayscale: #696969. Windows color (decimal): -11051804 or 14965847. OLE color: 14965847.
HSL color Cylindrical-coordinate representation of color #575CE4: hue angle of 237.87º degrees, saturation: 0.72, 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 #575CE4 is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 87 | 92 | 228 | - |
| CMYK | 0.62 | 0.60 | 0 | 0.11 |
| HSL | 237.87º | 0.72% | 0.62% | - |
| HSV(B) | 237.87º | 0.62% | 0.89% | - |
| XYZ | 21.76 | 15.28 | 75.2 | - |
| YUV | 106.01 | 196.84 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 92 | 228 | 0.62 | 0.60 | 0 | 0.11 | 237.87 | 0.72 | 0.62 |
| Hex | 57 | 5C | E4 | 3E | 3C | 0 | B | EE | 48 | 3E |
| Octal | 127 | 134 | 344 | 76 | 74 | 0 | 13 | 356 | 110 | 76 |
| Binary | 1010111 | 1011100 | 11100100 | 111110 | 111100 | 0 | 1011 | 11101110 | 1001000 | 111110 |
Color Harmonies of #575CE4
Complementary color
Monochromatic Colors of #575CE4
Black with #575CE4
Text Example
Text Example
White with #575CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575CE4; }
p { color: rgb(87,92,228); }
H1.HeaderClassName
{
color: #575CE4;
}
.AnyTagClassName
{
color: #575CE4;
}
</style>
background-color css
<style>
a { background-color: #575CE4; }
a { background-color: rgb(87,92,228); }
div.DivClassName
{
background-color: #575CE4;
}
.BgClassName
{
background-color: #575CE4;
}
</style>
border-color css
<style>
span { border-color: #575CE4; }
span { border-color: rgb(87,92,228); }
td.TdClassName
{
border-color: #575CE4;
}
.TagClassName
{
border-color: #575CE4;
}
</style>