Shades of Royal Blue #526BD6
Tints of Royal Blue #526BD6
RGB
CMYK
RGB Variations
Color information
#526BD6 (or 0x526BD6) is known color: Royal Blue. HEX triplet: 52, 6B and D6. RGB value is (82,107,214). Sum of RGB (Red+Green+Blue) = 82+107+214=403 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.35% from 403); Green value is 107 (42.19% from 255 or 26.55% from 403); Blue value is 214 (83.98% from 255 or 53.10% from 403); Max value from RGB is 214 - color contains mainly: blue. Hex color #526BD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526BD6 is #AD9429. Grayscale: #6F6F6F. Windows color (decimal): -11375658 or 14052178. OLE color: 14052178.
HSL color Cylindrical-coordinate representation of color #526BD6: hue angle of 228.64º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #526BD6 is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 82 | 107 | 214 | - |
| CMYK | 0.62 | 0.50 | 0 | 0.16 |
| HSL | 228.64º | 0.62% | 0.58% | - |
| HSV(B) | 228.64º | 0.62% | 0.84% | - |
| XYZ | 20.87 | 17.16 | 65.83 | - |
| YUV | 111.72 | 185.72 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 107 | 214 | 0.62 | 0.50 | 0 | 0.16 | 228.64 | 0.62 | 0.58 |
| Hex | 52 | 6B | D6 | 3E | 32 | 0 | 10 | E5 | 3E | 3A |
| Octal | 122 | 153 | 326 | 76 | 62 | 0 | 20 | 345 | 76 | 72 |
| Binary | 1010010 | 1101011 | 11010110 | 111110 | 110010 | 0 | 10000 | 11100101 | 111110 | 111010 |
Color Harmonies of #526BD6
Complementary color
Monochromatic Colors of #526BD6
Black with #526BD6
Text Example
Text Example
White with #526BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526BD6; }
p { color: rgb(82,107,214); }
H1.HeaderClassName
{
color: #526BD6;
}
.AnyTagClassName
{
color: #526BD6;
}
</style>
background-color css
<style>
a { background-color: #526BD6; }
a { background-color: rgb(82,107,214); }
div.DivClassName
{
background-color: #526BD6;
}
.BgClassName
{
background-color: #526BD6;
}
</style>
border-color css
<style>
span { border-color: #526BD6; }
span { border-color: rgb(82,107,214); }
td.TdClassName
{
border-color: #526BD6;
}
.TagClassName
{
border-color: #526BD6;
}
</style>