Shades of Royal Blue #5376EE
Tints of Royal Blue #5376EE
RGB
CMYK
RGB Variations
Color information
#5376EE (or 0x5376EE) is known color: Royal Blue. HEX triplet: 53, 76 and EE. RGB value is (83,118,238). Sum of RGB (Red+Green+Blue) = 83+118+238=439 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.91% from 439); Green value is 118 (46.48% from 255 or 26.88% from 439); Blue value is 238 (93.36% from 255 or 54.21% from 439); Max value from RGB is 238 - color contains mainly: blue. Hex color #5376EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5376EE is #AC8911. Grayscale: #787878. Windows color (decimal): -11307282 or 15627859. OLE color: 15627859.
HSL color Cylindrical-coordinate representation of color #5376EE: hue angle of 226.45º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5376EE is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 118 | 238 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.07 |
| HSL | 226.45º | 0.82% | 0.63% | - |
| HSV(B) | 226.45º | 0.65% | 0.93% | - |
| XYZ | 25.48 | 20.97 | 83.59 | - |
| YUV | 121.22 | 193.9 | 100.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 118 | 238 | 0.65 | 0.50 | 0 | 0.07 | 226.45 | 0.82 | 0.63 |
| Hex | 53 | 76 | EE | 41 | 32 | 0 | 7 | E2 | 52 | 3F |
| Octal | 123 | 166 | 356 | 101 | 62 | 0 | 7 | 342 | 122 | 77 |
| Binary | 1010011 | 1110110 | 11101110 | 1000001 | 110010 | 0 | 111 | 11100010 | 1010010 | 111111 |
Color Harmonies of #5376EE
Complementary color
Monochromatic Colors of #5376EE
Black with #5376EE
Text Example
Text Example
White with #5376EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5376EE; }
p { color: rgb(83,118,238); }
H1.HeaderClassName
{
color: #5376EE;
}
.AnyTagClassName
{
color: #5376EE;
}
</style>
background-color css
<style>
a { background-color: #5376EE; }
a { background-color: rgb(83,118,238); }
div.DivClassName
{
background-color: #5376EE;
}
.BgClassName
{
background-color: #5376EE;
}
</style>
border-color css
<style>
span { border-color: #5376EE; }
span { border-color: rgb(83,118,238); }
td.TdClassName
{
border-color: #5376EE;
}
.TagClassName
{
border-color: #5376EE;
}
</style>