Shades of Royal Blue #537CDE
Tints of Royal Blue #537CDE
RGB
CMYK
RGB Variations
Color information
#537CDE (or 0x537CDE) is known color: Royal Blue. HEX triplet: 53, 7C and DE. RGB value is (83,124,222). Sum of RGB (Red+Green+Blue) = 83+124+222=429 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.35% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #537CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537CDE is #AC8321. Grayscale: #7A7A7A. Windows color (decimal): -11305762 or 14580819. OLE color: 14580819.
HSL color Cylindrical-coordinate representation of color #537CDE: hue angle of 222.3º 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 #537CDE is Cyan = 0.63, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 124 | 222 | - |
| CMYK | 0.63 | 0.44 | 0 | 0.13 |
| HSL | 222.3º | 0.68% | 0.6% | - |
| HSV(B) | 222.3º | 0.63% | 0.87% | - |
| XYZ | 23.96 | 21.53 | 72 | - |
| YUV | 122.91 | 183.92 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 124 | 222 | 0.63 | 0.44 | 0 | 0.13 | 222.3 | 0.68 | 0.6 |
| Hex | 53 | 7C | DE | 3F | 2C | 0 | D | DE | 44 | 3C |
| Octal | 123 | 174 | 336 | 77 | 54 | 0 | 15 | 336 | 104 | 74 |
| Binary | 1010011 | 1111100 | 11011110 | 111111 | 101100 | 0 | 1101 | 11011110 | 1000100 | 111100 |
Color Harmonies of #537CDE
Complementary color
Monochromatic Colors of #537CDE
Black with #537CDE
Text Example
Text Example
White with #537CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537CDE; }
p { color: rgb(83,124,222); }
H1.HeaderClassName
{
color: #537CDE;
}
.AnyTagClassName
{
color: #537CDE;
}
</style>
background-color css
<style>
a { background-color: #537CDE; }
a { background-color: rgb(83,124,222); }
div.DivClassName
{
background-color: #537CDE;
}
.BgClassName
{
background-color: #537CDE;
}
</style>
border-color css
<style>
span { border-color: #537CDE; }
span { border-color: rgb(83,124,222); }
td.TdClassName
{
border-color: #537CDE;
}
.TagClassName
{
border-color: #537CDE;
}
</style>