Shades of Royal Blue #526FD3
Tints of Royal Blue #526FD3
RGB
CMYK
RGB Variations
Color information
#526FD3 (or 0x526FD3) is known color: Royal Blue. HEX triplet: 52, 6F and D3. RGB value is (82,111,211). Sum of RGB (Red+Green+Blue) = 82+111+211=404 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.30% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 211 (82.81% from 255 or 52.23% from 404); Max value from RGB is 211 - color contains mainly: blue. Hex color #526FD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526FD3 is #AD902C. Grayscale: #717171. Windows color (decimal): -11374637 or 13856594. OLE color: 13856594.
HSL color Cylindrical-coordinate representation of color #526FD3: hue angle of 226.51º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #526FD3 is Cyan = 0.61, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 82 | 111 | 211 | - |
| CMYK | 0.61 | 0.47 | 0 | 0.17 |
| HSL | 226.51º | 0.59% | 0.57% | - |
| HSV(B) | 226.51º | 0.61% | 0.83% | - |
| XYZ | 20.92 | 17.87 | 63.97 | - |
| YUV | 113.73 | 182.89 | 105.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 111 | 211 | 0.61 | 0.47 | 0 | 0.17 | 226.51 | 0.59 | 0.57 |
| Hex | 52 | 6F | D3 | 3D | 2F | 0 | 11 | E3 | 3B | 39 |
| Octal | 122 | 157 | 323 | 75 | 57 | 0 | 21 | 343 | 73 | 71 |
| Binary | 1010010 | 1101111 | 11010011 | 111101 | 101111 | 0 | 10001 | 11100011 | 111011 | 111001 |
Color Harmonies of #526FD3
Complementary color
Monochromatic Colors of #526FD3
Black with #526FD3
Text Example
Text Example
White with #526FD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526FD3; }
p { color: rgb(82,111,211); }
H1.HeaderClassName
{
color: #526FD3;
}
.AnyTagClassName
{
color: #526FD3;
}
</style>
background-color css
<style>
a { background-color: #526FD3; }
a { background-color: rgb(82,111,211); }
div.DivClassName
{
background-color: #526FD3;
}
.BgClassName
{
background-color: #526FD3;
}
</style>
border-color css
<style>
span { border-color: #526FD3; }
span { border-color: rgb(82,111,211); }
td.TdClassName
{
border-color: #526FD3;
}
.TagClassName
{
border-color: #526FD3;
}
</style>