Shades of Royal Blue #526ADA
Tints of Royal Blue #526ADA
RGB
CMYK
RGB Variations
Color information
#526ADA (or 0x526ADA) is known color: Royal Blue. HEX triplet: 52, 6A and DA. RGB value is (82,106,218). Sum of RGB (Red+Green+Blue) = 82+106+218=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 218 (85.55% from 255 or 53.69% from 406); Max value from RGB is 218 - color contains mainly: blue. Hex color #526ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526ADA is #AD9525. Grayscale: #6F6F6F. Windows color (decimal): -11375910 or 14314066. OLE color: 14314066.
HSL color Cylindrical-coordinate representation of color #526ADA: hue angle of 229.41º 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 #526ADA is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 82 | 106 | 218 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.15 |
| HSL | 229.41º | 0.65% | 0.59% | - |
| HSV(B) | 229.41º | 0.62% | 0.85% | - |
| XYZ | 21.29 | 17.16 | 68.52 | - |
| YUV | 111.59 | 188.05 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 106 | 218 | 0.62 | 0.51 | 0 | 0.15 | 229.41 | 0.65 | 0.59 |
| Hex | 52 | 6A | DA | 3E | 33 | 0 | F | E5 | 41 | 3B |
| Octal | 122 | 152 | 332 | 76 | 63 | 0 | 17 | 345 | 101 | 73 |
| Binary | 1010010 | 1101010 | 11011010 | 111110 | 110011 | 0 | 1111 | 11100101 | 1000001 | 111011 |
Color Harmonies of #526ADA
Complementary color
Monochromatic Colors of #526ADA
Black with #526ADA
Text Example
Text Example
White with #526ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526ADA; }
p { color: rgb(82,106,218); }
H1.HeaderClassName
{
color: #526ADA;
}
.AnyTagClassName
{
color: #526ADA;
}
</style>
background-color css
<style>
a { background-color: #526ADA; }
a { background-color: rgb(82,106,218); }
div.DivClassName
{
background-color: #526ADA;
}
.BgClassName
{
background-color: #526ADA;
}
</style>
border-color css
<style>
span { border-color: #526ADA; }
span { border-color: rgb(82,106,218); }
td.TdClassName
{
border-color: #526ADA;
}
.TagClassName
{
border-color: #526ADA;
}
</style>