Shades of Royal Blue #5377FD
Tints of Royal Blue #5377FD
RGB
CMYK
RGB Variations
Color information
#5377FD (or 0x5377FD) is known color: Royal Blue. HEX triplet: 53, 77 and FD. RGB value is (83,119,253). Sum of RGB (Red+Green+Blue) = 83+119+253=455 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.24% from 455); Green value is 119 (46.88% from 255 or 26.15% from 455); Blue value is 253 (99.22% from 255 or 55.60% from 455); Max value from RGB is 253 - color contains mainly: blue. Hex color #5377FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5377FD is #AC8802. Grayscale: #7A7A7A. Windows color (decimal): -11307011 or 16611155. OLE color: 16611155.
HSL color Cylindrical-coordinate representation of color #5377FD: hue angle of 227.29º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5377FD is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 83 | 119 | 253 | - |
| CMYK | 0.67 | 0.53 | 0 | 0.01 |
| HSL | 227.29º | 0.98% | 0.66% | - |
| HSV(B) | 227.29º | 0.67% | 0.99% | - |
| XYZ | 27.89 | 22.12 | 95.73 | - |
| YUV | 123.51 | 201.07 | 99.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 119 | 253 | 0.67 | 0.53 | 0 | 0.01 | 227.29 | 0.98 | 0.66 |
| Hex | 53 | 77 | FD | 43 | 35 | 0 | 1 | E3 | 62 | 42 |
| Octal | 123 | 167 | 375 | 103 | 65 | 0 | 1 | 343 | 142 | 102 |
| Binary | 1010011 | 1110111 | 11111101 | 1000011 | 110101 | 0 | 1 | 11100011 | 1100010 | 1000010 |
Color Harmonies of #5377FD
Complementary color
Monochromatic Colors of #5377FD
Black with #5377FD
Text Example
Text Example
White with #5377FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5377FD; }
p { color: rgb(83,119,253); }
H1.HeaderClassName
{
color: #5377FD;
}
.AnyTagClassName
{
color: #5377FD;
}
</style>
background-color css
<style>
a { background-color: #5377FD; }
a { background-color: rgb(83,119,253); }
div.DivClassName
{
background-color: #5377FD;
}
.BgClassName
{
background-color: #5377FD;
}
</style>
border-color css
<style>
span { border-color: #5377FD; }
span { border-color: rgb(83,119,253); }
td.TdClassName
{
border-color: #5377FD;
}
.TagClassName
{
border-color: #5377FD;
}
</style>