Shades of Royal Blue #526FCC
Tints of Royal Blue #526FCC
RGB
CMYK
RGB Variations
Color information
#526FCC (or 0x526FCC) is known color: Royal Blue. HEX triplet: 52, 6F and CC. RGB value is (82,111,204). Sum of RGB (Red+Green+Blue) = 82+111+204=397 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.65% from 397); Green value is 111 (43.75% from 255 or 27.96% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #526FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526FCC is #AD9033. Grayscale: #707070. Windows color (decimal): -11374644 or 13397842. OLE color: 13397842.
HSL color Cylindrical-coordinate representation of color #526FCC: hue angle of 225.74º 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 #526FCC is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 82 | 111 | 204 | - |
| CMYK | 0.60 | 0.46 | 0 | 0.2 |
| HSL | 225.74º | 0.54% | 0.56% | - |
| HSV(B) | 225.74º | 0.6% | 0.8% | - |
| XYZ | 20.06 | 17.52 | 59.45 | - |
| YUV | 112.93 | 179.39 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 111 | 204 | 0.60 | 0.46 | 0 | 0.2 | 225.74 | 0.54 | 0.56 |
| Hex | 52 | 6F | CC | 3C | 2E | 0 | 14 | E2 | 36 | 38 |
| Octal | 122 | 157 | 314 | 74 | 56 | 0 | 24 | 342 | 66 | 70 |
| Binary | 1010010 | 1101111 | 11001100 | 111100 | 101110 | 0 | 10100 | 11100010 | 110110 | 111000 |
Color Harmonies of #526FCC
Complementary color
Monochromatic Colors of #526FCC
Black with #526FCC
Text Example
Text Example
White with #526FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526FCC; }
p { color: rgb(82,111,204); }
H1.HeaderClassName
{
color: #526FCC;
}
.AnyTagClassName
{
color: #526FCC;
}
</style>
background-color css
<style>
a { background-color: #526FCC; }
a { background-color: rgb(82,111,204); }
div.DivClassName
{
background-color: #526FCC;
}
.BgClassName
{
background-color: #526FCC;
}
</style>
border-color css
<style>
span { border-color: #526FCC; }
span { border-color: rgb(82,111,204); }
td.TdClassName
{
border-color: #526FCC;
}
.TagClassName
{
border-color: #526FCC;
}
</style>