Shades of Royal Blue #526CCE
Tints of Royal Blue #526CCE
RGB
CMYK
RGB Variations
Color information
#526CCE (or 0x526CCE) is known color: Royal Blue. HEX triplet: 52, 6C and CE. RGB value is (82,108,206). Sum of RGB (Red+Green+Blue) = 82+108+206=396 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.71% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #526CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #526CCE is #AD9331. Grayscale: #6E6E6E. Windows color (decimal): -11375410 or 13528146. OLE color: 13528146.
HSL color Cylindrical-coordinate representation of color #526CCE: hue angle of 227.42º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #526CCE is Cyan = 0.60, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 108 | 206 | - |
| CMYK | 0.60 | 0.48 | 0 | 0.19 |
| HSL | 227.42º | 0.56% | 0.56% | - |
| HSV(B) | 227.42º | 0.6% | 0.81% | - |
| XYZ | 19.98 | 16.98 | 60.62 | - |
| YUV | 111.4 | 181.39 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 108 | 206 | 0.60 | 0.48 | 0 | 0.19 | 227.42 | 0.56 | 0.56 |
| Hex | 52 | 6C | CE | 3C | 30 | 0 | 13 | E3 | 38 | 38 |
| Octal | 122 | 154 | 316 | 74 | 60 | 0 | 23 | 343 | 70 | 70 |
| Binary | 1010010 | 1101100 | 11001110 | 111100 | 110000 | 0 | 10011 | 11100011 | 111000 | 111000 |
Color Harmonies of #526CCE
Complementary color
Monochromatic Colors of #526CCE
Black with #526CCE
Text Example
Text Example
White with #526CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #526CCE; }
p { color: rgb(82,108,206); }
H1.HeaderClassName
{
color: #526CCE;
}
.AnyTagClassName
{
color: #526CCE;
}
</style>
background-color css
<style>
a { background-color: #526CCE; }
a { background-color: rgb(82,108,206); }
div.DivClassName
{
background-color: #526CCE;
}
.BgClassName
{
background-color: #526CCE;
}
</style>
border-color css
<style>
span { border-color: #526CCE; }
span { border-color: rgb(82,108,206); }
td.TdClassName
{
border-color: #526CCE;
}
.TagClassName
{
border-color: #526CCE;
}
</style>