Shades of Royal Blue #526CCD
Tints of Royal Blue #526CCD
RGB
CMYK
RGB Variations
Color information
#526CCD (or 0x526CCD) is known color: Royal Blue. HEX triplet: 52, 6C and CD. RGB value is (82,108,205). Sum of RGB (Red+Green+Blue) = 82+108+205=395 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.76% from 395); Green value is 108 (42.58% from 255 or 27.34% from 395); Blue value is 205 (80.47% from 255 or 51.90% from 395); Max value from RGB is 205 - color contains mainly: blue. Hex color #526CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526CCD is #AD9332. Grayscale: #6E6E6E. Windows color (decimal): -11375411 or 13462610. OLE color: 13462610.
HSL color Cylindrical-coordinate representation of color #526CCD: hue angle of 227.32º degrees, saturation: 0.55, 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 #526CCD is Cyan = 0.6, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 82 | 108 | 205 | - |
| CMYK | 0.6 | 0.47 | 0 | 0.20 |
| HSL | 227.32º | 0.55% | 0.56% | - |
| HSV(B) | 227.32º | 0.6% | 0.8% | - |
| XYZ | 19.86 | 16.93 | 59.98 | - |
| YUV | 111.28 | 180.89 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 108 | 205 | 0.6 | 0.47 | 0 | 0.20 | 227.32 | 0.55 | 0.56 |
| Hex | 52 | 6C | CD | 3C | 2F | 0 | 14 | E3 | 37 | 38 |
| Octal | 122 | 154 | 315 | 74 | 57 | 0 | 24 | 343 | 67 | 70 |
| Binary | 1010010 | 1101100 | 11001101 | 111100 | 101111 | 0 | 10100 | 11100011 | 110111 | 111000 |
Color Harmonies of #526CCD
Complementary color
Monochromatic Colors of #526CCD
Black with #526CCD
Text Example
Text Example
White with #526CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526CCD; }
p { color: rgb(82,108,205); }
H1.HeaderClassName
{
color: #526CCD;
}
.AnyTagClassName
{
color: #526CCD;
}
</style>
background-color css
<style>
a { background-color: #526CCD; }
a { background-color: rgb(82,108,205); }
div.DivClassName
{
background-color: #526CCD;
}
.BgClassName
{
background-color: #526CCD;
}
</style>
border-color css
<style>
span { border-color: #526CCD; }
span { border-color: rgb(82,108,205); }
td.TdClassName
{
border-color: #526CCD;
}
.TagClassName
{
border-color: #526CCD;
}
</style>