Shades of Royal Blue #527CE5
Tints of Royal Blue #527CE5
RGB
CMYK
RGB Variations
Color information
#527CE5 (or 0x527CE5) is known color: Royal Blue. HEX triplet: 52, 7C and E5. RGB value is (82,124,229). Sum of RGB (Red+Green+Blue) = 82+124+229=435 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.85% from 435); Green value is 124 (48.83% from 255 or 28.51% from 435); Blue value is 229 (89.84% from 255 or 52.64% from 435); Max value from RGB is 229 - color contains mainly: blue. Hex color #527CE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527CE5 is #AD831A. Grayscale: #7A7A7A. Windows color (decimal): -11371291 or 15039570. OLE color: 15039570.
HSL color Cylindrical-coordinate representation of color #527CE5: hue angle of 222.86º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #527CE5 is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 82 | 124 | 229 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.10 |
| HSL | 222.86º | 0.74% | 0.61% | - |
| HSV(B) | 222.86º | 0.64% | 0.9% | - |
| XYZ | 24.83 | 21.87 | 77.04 | - |
| YUV | 123.41 | 187.59 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 124 | 229 | 0.64 | 0.46 | 0 | 0.10 | 222.86 | 0.74 | 0.61 |
| Hex | 52 | 7C | E5 | 40 | 2E | 0 | A | DF | 4A | 3D |
| Octal | 122 | 174 | 345 | 100 | 56 | 0 | 12 | 337 | 112 | 75 |
| Binary | 1010010 | 1111100 | 11100101 | 1000000 | 101110 | 0 | 1010 | 11011111 | 1001010 | 111101 |
Color Harmonies of #527CE5
Complementary color
Monochromatic Colors of #527CE5
Black with #527CE5
Text Example
Text Example
White with #527CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527CE5; }
p { color: rgb(82,124,229); }
H1.HeaderClassName
{
color: #527CE5;
}
.AnyTagClassName
{
color: #527CE5;
}
</style>
background-color css
<style>
a { background-color: #527CE5; }
a { background-color: rgb(82,124,229); }
div.DivClassName
{
background-color: #527CE5;
}
.BgClassName
{
background-color: #527CE5;
}
</style>
border-color css
<style>
span { border-color: #527CE5; }
span { border-color: rgb(82,124,229); }
td.TdClassName
{
border-color: #527CE5;
}
.TagClassName
{
border-color: #527CE5;
}
</style>