Shades of Royal Blue #526DCB
Tints of Royal Blue #526DCB
RGB
CMYK
RGB Variations
Color information
#526DCB (or 0x526DCB) is known color: Royal Blue. HEX triplet: 52, 6D and CB. RGB value is (82,109,203). Sum of RGB (Red+Green+Blue) = 82+109+203=394 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.81% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #526DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526DCB is #AD9234. Grayscale: #6F6F6F. Windows color (decimal): -11375157 or 13331794. OLE color: 13331794.
HSL color Cylindrical-coordinate representation of color #526DCB: hue angle of 226.61º 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 #526DCB is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 109 | 203 | - |
| CMYK | 0.60 | 0.46 | 0 | 0.20 |
| HSL | 226.61º | 0.54% | 0.56% | - |
| HSV(B) | 226.61º | 0.6% | 0.8% | - |
| XYZ | 19.73 | 17.04 | 58.75 | - |
| YUV | 111.64 | 179.55 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 109 | 203 | 0.60 | 0.46 | 0 | 0.20 | 226.61 | 0.54 | 0.56 |
| Hex | 52 | 6D | CB | 3C | 2E | 0 | 14 | E3 | 36 | 38 |
| Octal | 122 | 155 | 313 | 74 | 56 | 0 | 24 | 343 | 66 | 70 |
| Binary | 1010010 | 1101101 | 11001011 | 111100 | 101110 | 0 | 10100 | 11100011 | 110110 | 111000 |
Color Harmonies of #526DCB
Complementary color
Monochromatic Colors of #526DCB
Black with #526DCB
Text Example
Text Example
White with #526DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526DCB; }
p { color: rgb(82,109,203); }
H1.HeaderClassName
{
color: #526DCB;
}
.AnyTagClassName
{
color: #526DCB;
}
</style>
background-color css
<style>
a { background-color: #526DCB; }
a { background-color: rgb(82,109,203); }
div.DivClassName
{
background-color: #526DCB;
}
.BgClassName
{
background-color: #526DCB;
}
</style>
border-color css
<style>
span { border-color: #526DCB; }
span { border-color: rgb(82,109,203); }
td.TdClassName
{
border-color: #526DCB;
}
.TagClassName
{
border-color: #526DCB;
}
</style>