Shades of Royal Blue #537ADC
Tints of Royal Blue #537ADC
RGB
CMYK
RGB Variations
Color information
#537ADC (or 0x537ADC) is known color: Royal Blue. HEX triplet: 53, 7A and DC. RGB value is (83,122,220). Sum of RGB (Red+Green+Blue) = 83+122+220=425 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.53% from 425); Green value is 122 (48.05% from 255 or 28.71% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #537ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537ADC is #AC8523. Grayscale: #797979. Windows color (decimal): -11306276 or 14449235. OLE color: 14449235.
HSL color Cylindrical-coordinate representation of color #537ADC: hue angle of 222.92º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #537ADC is Cyan = 0.62, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 122 | 220 | - |
| CMYK | 0.62 | 0.45 | 0 | 0.14 |
| HSL | 222.92º | 0.66% | 0.59% | - |
| HSV(B) | 222.92º | 0.62% | 0.86% | - |
| XYZ | 23.45 | 20.93 | 70.51 | - |
| YUV | 121.51 | 183.58 | 100.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 122 | 220 | 0.62 | 0.45 | 0 | 0.14 | 222.92 | 0.66 | 0.59 |
| Hex | 53 | 7A | DC | 3E | 2D | 0 | E | DF | 42 | 3B |
| Octal | 123 | 172 | 334 | 76 | 55 | 0 | 16 | 337 | 102 | 73 |
| Binary | 1010011 | 1111010 | 11011100 | 111110 | 101101 | 0 | 1110 | 11011111 | 1000010 | 111011 |
Color Harmonies of #537ADC
Complementary color
Monochromatic Colors of #537ADC
Black with #537ADC
Text Example
Text Example
White with #537ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537ADC; }
p { color: rgb(83,122,220); }
H1.HeaderClassName
{
color: #537ADC;
}
.AnyTagClassName
{
color: #537ADC;
}
</style>
background-color css
<style>
a { background-color: #537ADC; }
a { background-color: rgb(83,122,220); }
div.DivClassName
{
background-color: #537ADC;
}
.BgClassName
{
background-color: #537ADC;
}
</style>
border-color css
<style>
span { border-color: #537ADC; }
span { border-color: rgb(83,122,220); }
td.TdClassName
{
border-color: #537ADC;
}
.TagClassName
{
border-color: #537ADC;
}
</style>