Shades of Royal Blue #526DCC
Tints of Royal Blue #526DCC
RGB
CMYK
RGB Variations
Color information
#526DCC (or 0x526DCC) is known color: Royal Blue. HEX triplet: 52, 6D and CC. RGB value is (82,109,204). Sum of RGB (Red+Green+Blue) = 82+109+204=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 204 (80.08% from 255 or 51.65% from 395); Max value from RGB is 204 - color contains mainly: blue. Hex color #526DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526DCC is #AD9233. Grayscale: #6F6F6F. Windows color (decimal): -11375156 or 13397330. OLE color: 13397330.
HSL color Cylindrical-coordinate representation of color #526DCC: hue angle of 226.72º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #526DCC is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 109 | 204 | - |
| CMYK | 0.60 | 0.47 | 0 | 0.2 |
| HSL | 226.72º | 0.54% | 0.56% | - |
| HSV(B) | 226.72º | 0.6% | 0.8% | - |
| XYZ | 19.85 | 17.09 | 59.38 | - |
| YUV | 111.76 | 180.05 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 109 | 204 | 0.60 | 0.47 | 0 | 0.2 | 226.72 | 0.54 | 0.56 |
| Hex | 52 | 6D | CC | 3C | 2F | 0 | 14 | E3 | 36 | 38 |
| Octal | 122 | 155 | 314 | 74 | 57 | 0 | 24 | 343 | 66 | 70 |
| Binary | 1010010 | 1101101 | 11001100 | 111100 | 101111 | 0 | 10100 | 11100011 | 110110 | 111000 |
Color Harmonies of #526DCC
Complementary color
Monochromatic Colors of #526DCC
Black with #526DCC
Text Example
Text Example
White with #526DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526DCC; }
p { color: rgb(82,109,204); }
H1.HeaderClassName
{
color: #526DCC;
}
.AnyTagClassName
{
color: #526DCC;
}
</style>
background-color css
<style>
a { background-color: #526DCC; }
a { background-color: rgb(82,109,204); }
div.DivClassName
{
background-color: #526DCC;
}
.BgClassName
{
background-color: #526DCC;
}
</style>
border-color css
<style>
span { border-color: #526DCC; }
span { border-color: rgb(82,109,204); }
td.TdClassName
{
border-color: #526DCC;
}
.TagClassName
{
border-color: #526DCC;
}
</style>