Shades of Royal Blue #537ADE
Tints of Royal Blue #537ADE
RGB
CMYK
RGB Variations
Color information
#537ADE (or 0x537ADE) is known color: Royal Blue. HEX triplet: 53, 7A and DE. RGB value is (83,122,222). Sum of RGB (Red+Green+Blue) = 83+122+222=427 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.44% from 427); Green value is 122 (48.05% from 255 or 28.57% from 427); Blue value is 222 (87.11% from 255 or 51.99% from 427); Max value from RGB is 222 - color contains mainly: blue. Hex color #537ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537ADE is #AC8521. Grayscale: #797979. Windows color (decimal): -11306274 or 14580307. OLE color: 14580307.
HSL color Cylindrical-coordinate representation of color #537ADE: hue angle of 223.17º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #537ADE is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 122 | 222 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.13 |
| HSL | 223.17º | 0.68% | 0.6% | - |
| HSV(B) | 223.17º | 0.63% | 0.87% | - |
| XYZ | 23.71 | 21.03 | 71.92 | - |
| YUV | 121.74 | 184.58 | 100.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 122 | 222 | 0.63 | 0.45 | 0 | 0.13 | 223.17 | 0.68 | 0.6 |
| Hex | 53 | 7A | DE | 3F | 2D | 0 | D | DF | 44 | 3C |
| Octal | 123 | 172 | 336 | 77 | 55 | 0 | 15 | 337 | 104 | 74 |
| Binary | 1010011 | 1111010 | 11011110 | 111111 | 101101 | 0 | 1101 | 11011111 | 1000100 | 111100 |
Color Harmonies of #537ADE
Complementary color
Monochromatic Colors of #537ADE
Black with #537ADE
Text Example
Text Example
White with #537ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537ADE; }
p { color: rgb(83,122,222); }
H1.HeaderClassName
{
color: #537ADE;
}
.AnyTagClassName
{
color: #537ADE;
}
</style>
background-color css
<style>
a { background-color: #537ADE; }
a { background-color: rgb(83,122,222); }
div.DivClassName
{
background-color: #537ADE;
}
.BgClassName
{
background-color: #537ADE;
}
</style>
border-color css
<style>
span { border-color: #537ADE; }
span { border-color: rgb(83,122,222); }
td.TdClassName
{
border-color: #537ADE;
}
.TagClassName
{
border-color: #537ADE;
}
</style>