Shades of Royal Blue #526FF6
Tints of Royal Blue #526FF6
RGB
CMYK
RGB Variations
Color information
#526FF6 (or 0x526FF6) is known color: Royal Blue. HEX triplet: 52, 6F and F6. RGB value is (82,111,246). Sum of RGB (Red+Green+Blue) = 82+111+246=439 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.68% from 439); Green value is 111 (43.75% from 255 or 25.28% from 439); Blue value is 246 (96.48% from 255 or 56.04% from 439); Max value from RGB is 246 - color contains mainly: blue. Hex color #526FF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #526FF6 is #AD9009. Grayscale: #757575. Windows color (decimal): -11374602 or 16150354. OLE color: 16150354.
HSL color Cylindrical-coordinate representation of color #526FF6: hue angle of 229.39º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #526FF6 is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 82 | 111 | 246 | - |
| CMYK | 0.67 | 0.55 | 0 | 0.04 |
| HSL | 229.39º | 0.9% | 0.64% | - |
| HSV(B) | 229.39º | 0.67% | 0.96% | - |
| XYZ | 25.8 | 19.82 | 89.65 | - |
| YUV | 117.72 | 200.39 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 111 | 246 | 0.67 | 0.55 | 0 | 0.04 | 229.39 | 0.9 | 0.64 |
| Hex | 52 | 6F | F6 | 43 | 37 | 0 | 4 | E5 | 5A | 40 |
| Octal | 122 | 157 | 366 | 103 | 67 | 0 | 4 | 345 | 132 | 100 |
| Binary | 1010010 | 1101111 | 11110110 | 1000011 | 110111 | 0 | 100 | 11100101 | 1011010 | 1000000 |
Color Harmonies of #526FF6
Complementary color
Monochromatic Colors of #526FF6
Black with #526FF6
Text Example
Text Example
White with #526FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526FF6; }
p { color: rgb(82,111,246); }
H1.HeaderClassName
{
color: #526FF6;
}
.AnyTagClassName
{
color: #526FF6;
}
</style>
background-color css
<style>
a { background-color: #526FF6; }
a { background-color: rgb(82,111,246); }
div.DivClassName
{
background-color: #526FF6;
}
.BgClassName
{
background-color: #526FF6;
}
</style>
border-color css
<style>
span { border-color: #526FF6; }
span { border-color: rgb(82,111,246); }
td.TdClassName
{
border-color: #526FF6;
}
.TagClassName
{
border-color: #526FF6;
}
</style>