Shades of Royal Blue #537ADA
Tints of Royal Blue #537ADA
RGB
CMYK
RGB Variations
Color information
#537ADA (or 0x537ADA) is known color: Royal Blue. HEX triplet: 53, 7A and DA. RGB value is (83,122,218). Sum of RGB (Red+Green+Blue) = 83+122+218=423 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.62% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #537ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537ADA is #AC8525. Grayscale: #787878. Windows color (decimal): -11306278 or 14318163. OLE color: 14318163.
HSL color Cylindrical-coordinate representation of color #537ADA: hue angle of 222.67º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #537ADA is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 122 | 218 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.15 |
| HSL | 222.67º | 0.65% | 0.59% | - |
| HSV(B) | 222.67º | 0.62% | 0.85% | - |
| XYZ | 23.18 | 20.82 | 69.13 | - |
| YUV | 121.28 | 182.58 | 100.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 122 | 218 | 0.62 | 0.44 | 0 | 0.15 | 222.67 | 0.65 | 0.59 |
| Hex | 53 | 7A | DA | 3E | 2C | 0 | F | DF | 41 | 3B |
| Octal | 123 | 172 | 332 | 76 | 54 | 0 | 17 | 337 | 101 | 73 |
| Binary | 1010011 | 1111010 | 11011010 | 111110 | 101100 | 0 | 1111 | 11011111 | 1000001 | 111011 |
Color Harmonies of #537ADA
Complementary color
Monochromatic Colors of #537ADA
Black with #537ADA
Text Example
Text Example
White with #537ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537ADA; }
p { color: rgb(83,122,218); }
H1.HeaderClassName
{
color: #537ADA;
}
.AnyTagClassName
{
color: #537ADA;
}
</style>
background-color css
<style>
a { background-color: #537ADA; }
a { background-color: rgb(83,122,218); }
div.DivClassName
{
background-color: #537ADA;
}
.BgClassName
{
background-color: #537ADA;
}
</style>
border-color css
<style>
span { border-color: #537ADA; }
span { border-color: rgb(83,122,218); }
td.TdClassName
{
border-color: #537ADA;
}
.TagClassName
{
border-color: #537ADA;
}
</style>