Shades of Royal Blue #537AF5
Tints of Royal Blue #537AF5
RGB
CMYK
RGB Variations
Color information
#537AF5 (or 0x537AF5) is known color: Royal Blue. HEX triplet: 53, 7A and F5. RGB value is (83,122,245). Sum of RGB (Red+Green+Blue) = 83+122+245=450 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.44% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 245 (96.09% from 255 or 54.44% from 450); Max value from RGB is 245 - color contains mainly: blue. Hex color #537AF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #537AF5 is #AC850A. Grayscale: #7B7B7B. Windows color (decimal): -11306251 or 16087635. OLE color: 16087635.
HSL color Cylindrical-coordinate representation of color #537AF5: hue angle of 225.56º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #537AF5 is Cyan = 0.66, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 122 | 245 | - |
| CMYK | 0.66 | 0.50 | 0 | 0.04 |
| HSL | 225.56º | 0.89% | 0.64% | - |
| HSV(B) | 225.56º | 0.66% | 0.96% | - |
| XYZ | 27.01 | 22.35 | 89.28 | - |
| YUV | 124.36 | 196.08 | 98.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 122 | 245 | 0.66 | 0.50 | 0 | 0.04 | 225.56 | 0.89 | 0.64 |
| Hex | 53 | 7A | F5 | 42 | 32 | 0 | 4 | E2 | 59 | 40 |
| Octal | 123 | 172 | 365 | 102 | 62 | 0 | 4 | 342 | 131 | 100 |
| Binary | 1010011 | 1111010 | 11110101 | 1000010 | 110010 | 0 | 100 | 11100010 | 1011001 | 1000000 |
Color Harmonies of #537AF5
Complementary color
Monochromatic Colors of #537AF5
Black with #537AF5
Text Example
Text Example
White with #537AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537AF5; }
p { color: rgb(83,122,245); }
H1.HeaderClassName
{
color: #537AF5;
}
.AnyTagClassName
{
color: #537AF5;
}
</style>
background-color css
<style>
a { background-color: #537AF5; }
a { background-color: rgb(83,122,245); }
div.DivClassName
{
background-color: #537AF5;
}
.BgClassName
{
background-color: #537AF5;
}
</style>
border-color css
<style>
span { border-color: #537AF5; }
span { border-color: rgb(83,122,245); }
td.TdClassName
{
border-color: #537AF5;
}
.TagClassName
{
border-color: #537AF5;
}
</style>