Shades of Royal Blue #537CE5
Tints of Royal Blue #537CE5
RGB
CMYK
RGB Variations
Color information
#537CE5 (or 0x537CE5) is known color: Royal Blue. HEX triplet: 53, 7C and E5. RGB value is (83,124,229). Sum of RGB (Red+Green+Blue) = 83+124+229=436 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.04% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 229 (89.84% from 255 or 52.52% from 436); Max value from RGB is 229 - color contains mainly: blue. Hex color #537CE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537CE5 is #AC831A. Grayscale: #7B7B7B. Windows color (decimal): -11305755 or 15039571. OLE color: 15039571.
HSL color Cylindrical-coordinate representation of color #537CE5: hue angle of 223.15º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #537CE5 is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 83 | 124 | 229 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.10 |
| HSL | 223.15º | 0.74% | 0.61% | - |
| HSV(B) | 223.15º | 0.64% | 0.9% | - |
| XYZ | 24.92 | 21.91 | 77.04 | - |
| YUV | 123.71 | 187.42 | 98.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 124 | 229 | 0.64 | 0.46 | 0 | 0.10 | 223.15 | 0.74 | 0.61 |
| Hex | 53 | 7C | E5 | 40 | 2E | 0 | A | DF | 4A | 3D |
| Octal | 123 | 174 | 345 | 100 | 56 | 0 | 12 | 337 | 112 | 75 |
| Binary | 1010011 | 1111100 | 11100101 | 1000000 | 101110 | 0 | 1010 | 11011111 | 1001010 | 111101 |
Color Harmonies of #537CE5
Complementary color
Monochromatic Colors of #537CE5
Black with #537CE5
Text Example
Text Example
White with #537CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537CE5; }
p { color: rgb(83,124,229); }
H1.HeaderClassName
{
color: #537CE5;
}
.AnyTagClassName
{
color: #537CE5;
}
</style>
background-color css
<style>
a { background-color: #537CE5; }
a { background-color: rgb(83,124,229); }
div.DivClassName
{
background-color: #537CE5;
}
.BgClassName
{
background-color: #537CE5;
}
</style>
border-color css
<style>
span { border-color: #537CE5; }
span { border-color: rgb(83,124,229); }
td.TdClassName
{
border-color: #537CE5;
}
.TagClassName
{
border-color: #537CE5;
}
</style>