Shades of Royal Blue #526DCA
Tints of Royal Blue #526DCA
RGB
CMYK
RGB Variations
Color information
#526DCA (or 0x526DCA) is known color: Royal Blue. HEX triplet: 52, 6D and CA. RGB value is (82,109,202). Sum of RGB (Red+Green+Blue) = 82+109+202=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 109 (42.97% from 255 or 27.74% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #526DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526DCA is #AD9235. Grayscale: #6F6F6F. Windows color (decimal): -11375158 or 13266258. OLE color: 13266258.
HSL color Cylindrical-coordinate representation of color #526DCA: hue angle of 226.5º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #526DCA is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 109 | 202 | - |
| CMYK | 0.59 | 0.46 | 0 | 0.21 |
| HSL | 226.5º | 0.53% | 0.56% | - |
| HSV(B) | 226.5º | 0.59% | 0.79% | - |
| XYZ | 19.61 | 17 | 58.12 | - |
| YUV | 111.53 | 179.05 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 109 | 202 | 0.59 | 0.46 | 0 | 0.21 | 226.5 | 0.53 | 0.56 |
| Hex | 52 | 6D | CA | 3B | 2E | 0 | 15 | E2 | 35 | 38 |
| Octal | 122 | 155 | 312 | 73 | 56 | 0 | 25 | 342 | 65 | 70 |
| Binary | 1010010 | 1101101 | 11001010 | 111011 | 101110 | 0 | 10101 | 11100010 | 110101 | 111000 |
Color Harmonies of #526DCA
Complementary color
Monochromatic Colors of #526DCA
Black with #526DCA
Text Example
Text Example
White with #526DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526DCA; }
p { color: rgb(82,109,202); }
H1.HeaderClassName
{
color: #526DCA;
}
.AnyTagClassName
{
color: #526DCA;
}
</style>
background-color css
<style>
a { background-color: #526DCA; }
a { background-color: rgb(82,109,202); }
div.DivClassName
{
background-color: #526DCA;
}
.BgClassName
{
background-color: #526DCA;
}
</style>
border-color css
<style>
span { border-color: #526DCA; }
span { border-color: rgb(82,109,202); }
td.TdClassName
{
border-color: #526DCA;
}
.TagClassName
{
border-color: #526DCA;
}
</style>