Shades of Royal Blue #527BE5
Tints of Royal Blue #527BE5
RGB
CMYK
RGB Variations
Color information
#527BE5 (or 0x527BE5) is known color: Royal Blue. HEX triplet: 52, 7B and E5. RGB value is (82,123,229). Sum of RGB (Red+Green+Blue) = 82+123+229=434 (57% of max value = 765). Red value is 82 (32.42% from 255 or 18.89% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 229 (89.84% from 255 or 52.76% from 434); Max value from RGB is 229 - color contains mainly: blue. Hex color #527BE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #527BE5 is #AD841A. Grayscale: #7A7A7A. Windows color (decimal): -11371547 or 15039314. OLE color: 15039314.
HSL color Cylindrical-coordinate representation of color #527BE5: hue angle of 223.27º 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 #527BE5 is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 82 | 123 | 229 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.10 |
| HSL | 223.27º | 0.74% | 0.61% | - |
| HSV(B) | 223.27º | 0.64% | 0.9% | - |
| XYZ | 24.71 | 21.62 | 77 | - |
| YUV | 122.83 | 187.92 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 123 | 229 | 0.64 | 0.46 | 0 | 0.10 | 223.27 | 0.74 | 0.61 |
| Hex | 52 | 7B | E5 | 40 | 2E | 0 | A | DF | 4A | 3D |
| Octal | 122 | 173 | 345 | 100 | 56 | 0 | 12 | 337 | 112 | 75 |
| Binary | 1010010 | 1111011 | 11100101 | 1000000 | 101110 | 0 | 1010 | 11011111 | 1001010 | 111101 |
Color Harmonies of #527BE5
Complementary color
Monochromatic Colors of #527BE5
Black with #527BE5
Text Example
Text Example
White with #527BE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527BE5; }
p { color: rgb(82,123,229); }
H1.HeaderClassName
{
color: #527BE5;
}
.AnyTagClassName
{
color: #527BE5;
}
</style>
background-color css
<style>
a { background-color: #527BE5; }
a { background-color: rgb(82,123,229); }
div.DivClassName
{
background-color: #527BE5;
}
.BgClassName
{
background-color: #527BE5;
}
</style>
border-color css
<style>
span { border-color: #527BE5; }
span { border-color: rgb(82,123,229); }
td.TdClassName
{
border-color: #527BE5;
}
.TagClassName
{
border-color: #527BE5;
}
</style>