Shades of Royal Blue #526DCE
Tints of Royal Blue #526DCE
RGB
CMYK
RGB Variations
Color information
#526DCE (or 0x526DCE) is known color: Royal Blue. HEX triplet: 52, 6D and CE. RGB value is (82,109,206). Sum of RGB (Red+Green+Blue) = 82+109+206=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 109 (42.97% from 255 or 27.46% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #526DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526DCE is #AD9231. Grayscale: #6F6F6F. Windows color (decimal): -11375154 or 13528402. OLE color: 13528402.
HSL color Cylindrical-coordinate representation of color #526DCE: hue angle of 226.94º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #526DCE is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 109 | 206 | - |
| CMYK | 0.60 | 0.47 | 0 | 0.19 |
| HSL | 226.94º | 0.56% | 0.56% | - |
| HSV(B) | 226.94º | 0.6% | 0.81% | - |
| XYZ | 20.09 | 17.19 | 60.65 | - |
| YUV | 111.99 | 181.05 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 109 | 206 | 0.60 | 0.47 | 0 | 0.19 | 226.94 | 0.56 | 0.56 |
| Hex | 52 | 6D | CE | 3C | 2F | 0 | 13 | E3 | 38 | 38 |
| Octal | 122 | 155 | 316 | 74 | 57 | 0 | 23 | 343 | 70 | 70 |
| Binary | 1010010 | 1101101 | 11001110 | 111100 | 101111 | 0 | 10011 | 11100011 | 111000 | 111000 |
Color Harmonies of #526DCE
Complementary color
Monochromatic Colors of #526DCE
Black with #526DCE
Text Example
Text Example
White with #526DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526DCE; }
p { color: rgb(82,109,206); }
H1.HeaderClassName
{
color: #526DCE;
}
.AnyTagClassName
{
color: #526DCE;
}
</style>
background-color css
<style>
a { background-color: #526DCE; }
a { background-color: rgb(82,109,206); }
div.DivClassName
{
background-color: #526DCE;
}
.BgClassName
{
background-color: #526DCE;
}
</style>
border-color css
<style>
span { border-color: #526DCE; }
span { border-color: rgb(82,109,206); }
td.TdClassName
{
border-color: #526DCE;
}
.TagClassName
{
border-color: #526DCE;
}
</style>