Shades of Royal Blue #5377FA
Tints of Royal Blue #5377FA
RGB
CMYK
RGB Variations
Color information
#5377FA (or 0x5377FA) is known color: Royal Blue. HEX triplet: 53, 77 and FA. RGB value is (83,119,250). Sum of RGB (Red+Green+Blue) = 83+119+250=452 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.36% from 452); Green value is 119 (46.88% from 255 or 26.33% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #5377FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5377FA is #AC8805. Grayscale: #7A7A7A. Windows color (decimal): -11307014 or 16414547. OLE color: 16414547.
HSL color Cylindrical-coordinate representation of color #5377FA: hue angle of 227.07º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5377FA is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 83 | 119 | 250 | - |
| CMYK | 0.67 | 0.52 | 0 | 0.02 |
| HSL | 227.07º | 0.94% | 0.65% | - |
| HSV(B) | 227.07º | 0.67% | 0.98% | - |
| XYZ | 27.42 | 21.93 | 93.23 | - |
| YUV | 123.17 | 199.57 | 99.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 119 | 250 | 0.67 | 0.52 | 0 | 0.02 | 227.07 | 0.94 | 0.65 |
| Hex | 53 | 77 | FA | 43 | 34 | 0 | 2 | E3 | 5E | 41 |
| Octal | 123 | 167 | 372 | 103 | 64 | 0 | 2 | 343 | 136 | 101 |
| Binary | 1010011 | 1110111 | 11111010 | 1000011 | 110100 | 0 | 10 | 11100011 | 1011110 | 1000001 |
Color Harmonies of #5377FA
Complementary color
Monochromatic Colors of #5377FA
Black with #5377FA
Text Example
Text Example
White with #5377FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5377FA; }
p { color: rgb(83,119,250); }
H1.HeaderClassName
{
color: #5377FA;
}
.AnyTagClassName
{
color: #5377FA;
}
</style>
background-color css
<style>
a { background-color: #5377FA; }
a { background-color: rgb(83,119,250); }
div.DivClassName
{
background-color: #5377FA;
}
.BgClassName
{
background-color: #5377FA;
}
</style>
border-color css
<style>
span { border-color: #5377FA; }
span { border-color: rgb(83,119,250); }
td.TdClassName
{
border-color: #5377FA;
}
.TagClassName
{
border-color: #5377FA;
}
</style>