Shades of Royal Blue #537EE5
Tints of Royal Blue #537EE5
RGB
CMYK
RGB Variations
Color information
#537EE5 (or 0x537EE5) is known color: Royal Blue. HEX triplet: 53, 7E and E5. RGB value is (83,126,229). Sum of RGB (Red+Green+Blue) = 83+126+229=438 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.95% from 438); Green value is 126 (49.61% from 255 or 28.77% from 438); Blue value is 229 (89.84% from 255 or 52.28% from 438); Max value from RGB is 229 - color contains mainly: blue. Hex color #537EE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537EE5 is #AC811A. Grayscale: #7C7C7C. Windows color (decimal): -11305243 or 15040083. OLE color: 15040083.
HSL color Cylindrical-coordinate representation of color #537EE5: hue angle of 222.33º 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 #537EE5 is Cyan = 0.64, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 83 | 126 | 229 | - |
| CMYK | 0.64 | 0.45 | 0 | 0.10 |
| HSL | 222.33º | 0.74% | 0.61% | - |
| HSV(B) | 222.33º | 0.64% | 0.9% | - |
| XYZ | 25.17 | 22.42 | 77.13 | - |
| YUV | 124.89 | 186.75 | 98.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 126 | 229 | 0.64 | 0.45 | 0 | 0.10 | 222.33 | 0.74 | 0.61 |
| Hex | 53 | 7E | E5 | 40 | 2D | 0 | A | DE | 4A | 3D |
| Octal | 123 | 176 | 345 | 100 | 55 | 0 | 12 | 336 | 112 | 75 |
| Binary | 1010011 | 1111110 | 11100101 | 1000000 | 101101 | 0 | 1010 | 11011110 | 1001010 | 111101 |
Color Harmonies of #537EE5
Complementary color
Monochromatic Colors of #537EE5
Black with #537EE5
Text Example
Text Example
White with #537EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537EE5; }
p { color: rgb(83,126,229); }
H1.HeaderClassName
{
color: #537EE5;
}
.AnyTagClassName
{
color: #537EE5;
}
</style>
background-color css
<style>
a { background-color: #537EE5; }
a { background-color: rgb(83,126,229); }
div.DivClassName
{
background-color: #537EE5;
}
.BgClassName
{
background-color: #537EE5;
}
</style>
border-color css
<style>
span { border-color: #537EE5; }
span { border-color: rgb(83,126,229); }
td.TdClassName
{
border-color: #537EE5;
}
.TagClassName
{
border-color: #537EE5;
}
</style>