Shades of Royal Blue #5376EB
Tints of Royal Blue #5376EB
RGB
CMYK
RGB Variations
Color information
#5376EB (or 0x5376EB) is known color: Royal Blue. HEX triplet: 53, 76 and EB. RGB value is (83,118,235). Sum of RGB (Red+Green+Blue) = 83+118+235=436 (57% of max value = 765). Red value is 83 (32.81% from 255 or 19.04% from 436); Green value is 118 (46.48% from 255 or 27.06% from 436); Blue value is 235 (92.19% from 255 or 53.90% from 436); Max value from RGB is 235 - color contains mainly: blue. Hex color #5376EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5376EB is #AC8914. Grayscale: #787878. Windows color (decimal): -11307285 or 15431251. OLE color: 15431251.
HSL color Cylindrical-coordinate representation of color #5376EB: hue angle of 226.18º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5376EB is Cyan = 0.65, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 118 | 235 | - |
| CMYK | 0.65 | 0.50 | 0 | 0.08 |
| HSL | 226.18º | 0.79% | 0.62% | - |
| HSV(B) | 226.18º | 0.65% | 0.92% | - |
| XYZ | 25.04 | 20.79 | 81.29 | - |
| YUV | 120.87 | 192.4 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 118 | 235 | 0.65 | 0.50 | 0 | 0.08 | 226.18 | 0.79 | 0.62 |
| Hex | 53 | 76 | EB | 41 | 32 | 0 | 8 | E2 | 4F | 3E |
| Octal | 123 | 166 | 353 | 101 | 62 | 0 | 10 | 342 | 117 | 76 |
| Binary | 1010011 | 1110110 | 11101011 | 1000001 | 110010 | 0 | 1000 | 11100010 | 1001111 | 111110 |
Color Harmonies of #5376EB
Complementary color
Monochromatic Colors of #5376EB
Black with #5376EB
Text Example
Text Example
White with #5376EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5376EB; }
p { color: rgb(83,118,235); }
H1.HeaderClassName
{
color: #5376EB;
}
.AnyTagClassName
{
color: #5376EB;
}
</style>
background-color css
<style>
a { background-color: #5376EB; }
a { background-color: rgb(83,118,235); }
div.DivClassName
{
background-color: #5376EB;
}
.BgClassName
{
background-color: #5376EB;
}
</style>
border-color css
<style>
span { border-color: #5376EB; }
span { border-color: rgb(83,118,235); }
td.TdClassName
{
border-color: #5376EB;
}
.TagClassName
{
border-color: #5376EB;
}
</style>