Shades of Royal Blue #5378FF
Tints of Royal Blue #5378FF
RGB
CMYK
RGB Variations
Color information
#5378FF (or 0x5378FF) is known color: Royal Blue. HEX triplet: 53, 78 and FF. RGB value is (83,120,255). Sum of RGB (Red+Green+Blue) = 83+120+255=458 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.12% from 458); Green value is 120 (47.27% from 255 or 26.20% from 458); Blue value is 255 (100% from 255 or 55.68% from 458); Max value from RGB is 255 - color contains mainly: blue. Hex color #5378FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5378FF is #AC8700. Grayscale: #7B7B7B. Windows color (decimal): -11306753 or 16742483. OLE color: 16742483.
HSL color Cylindrical-coordinate representation of color #5378FF: hue angle of 227.09º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5378FF is Cyan = 0.67, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 120 | 255 | - |
| CMYK | 0.67 | 0.53 | 0 | 0 |
| HSL | 227.09º | 1% | 0.66% | - |
| HSV(B) | 227.09º | 0.67% | 1% | - |
| XYZ | 28.33 | 22.49 | 97.46 | - |
| YUV | 124.33 | 201.74 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 120 | 255 | 0.67 | 0.53 | 0 | 0 | 227.09 | 1 | 0.66 |
| Hex | 53 | 78 | FF | 43 | 35 | 0 | 0 | E3 | 64 | 42 |
| Octal | 123 | 170 | 377 | 103 | 65 | 0 | 0 | 343 | 144 | 102 |
| Binary | 1010011 | 1111000 | 11111111 | 1000011 | 110101 | 0 | 0 | 11100011 | 1100100 | 1000010 |
Color Harmonies of #5378FF
Complementary color
Monochromatic Colors of #5378FF
Black with #5378FF
Text Example
Text Example
White with #5378FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5378FF; }
p { color: rgb(83,120,255); }
H1.HeaderClassName
{
color: #5378FF;
}
.AnyTagClassName
{
color: #5378FF;
}
</style>
background-color css
<style>
a { background-color: #5378FF; }
a { background-color: rgb(83,120,255); }
div.DivClassName
{
background-color: #5378FF;
}
.BgClassName
{
background-color: #5378FF;
}
</style>
border-color css
<style>
span { border-color: #5378FF; }
span { border-color: rgb(83,120,255); }
td.TdClassName
{
border-color: #5378FF;
}
.TagClassName
{
border-color: #5378FF;
}
</style>