Shades of Royal Blue #526CCF
Tints of Royal Blue #526CCF
RGB
CMYK
RGB Variations
Color information
#526CCF (or 0x526CCF) is known color: Royal Blue. HEX triplet: 52, 6C and CF. RGB value is (82,108,207). Sum of RGB (Red+Green+Blue) = 82+108+207=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 108 (42.58% from 255 or 27.20% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #526CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526CCF is #AD9330. Grayscale: #6F6F6F. Windows color (decimal): -11375409 or 13593682. OLE color: 13593682.
HSL color Cylindrical-coordinate representation of color #526CCF: hue angle of 227.52º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #526CCF is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 108 | 207 | - |
| CMYK | 0.60 | 0.48 | 0 | 0.19 |
| HSL | 227.52º | 0.57% | 0.57% | - |
| HSV(B) | 227.52º | 0.6% | 0.81% | - |
| XYZ | 20.1 | 17.02 | 61.26 | - |
| YUV | 111.51 | 181.89 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 108 | 207 | 0.60 | 0.48 | 0 | 0.19 | 227.52 | 0.57 | 0.57 |
| Hex | 52 | 6C | CF | 3C | 30 | 0 | 13 | E4 | 39 | 39 |
| Octal | 122 | 154 | 317 | 74 | 60 | 0 | 23 | 344 | 71 | 71 |
| Binary | 1010010 | 1101100 | 11001111 | 111100 | 110000 | 0 | 10011 | 11100100 | 111001 | 111001 |
Color Harmonies of #526CCF
Complementary color
Monochromatic Colors of #526CCF
Black with #526CCF
Text Example
Text Example
White with #526CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526CCF; }
p { color: rgb(82,108,207); }
H1.HeaderClassName
{
color: #526CCF;
}
.AnyTagClassName
{
color: #526CCF;
}
</style>
background-color css
<style>
a { background-color: #526CCF; }
a { background-color: rgb(82,108,207); }
div.DivClassName
{
background-color: #526CCF;
}
.BgClassName
{
background-color: #526CCF;
}
</style>
border-color css
<style>
span { border-color: #526CCF; }
span { border-color: rgb(82,108,207); }
td.TdClassName
{
border-color: #526CCF;
}
.TagClassName
{
border-color: #526CCF;
}
</style>