Shades of Royal Blue #5372FF
Tints of Royal Blue #5372FF
RGB
CMYK
RGB Variations
Color information
#5372FF (or 0x5372FF) is known color: Royal Blue. HEX triplet: 53, 72 and FF. RGB value is (83,114,255). Sum of RGB (Red+Green+Blue) = 83+114+255=452 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.36% from 452); Green value is 114 (44.92% from 255 or 25.22% from 452); Blue value is 255 (100% from 255 or 56.42% from 452); Max value from RGB is 255 - color contains mainly: blue. Hex color #5372FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5372FF is #AC8D00. Grayscale: #787878. Windows color (decimal): -11308289 or 16740947. OLE color: 16740947.
HSL color Cylindrical-coordinate representation of color #5372FF: hue angle of 229.19º 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 #5372FF is Cyan = 0.67, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 83 | 114 | 255 | - |
| CMYK | 0.67 | 0.55 | 0 | 0 |
| HSL | 229.19º | 1% | 0.66% | - |
| HSV(B) | 229.19º | 0.67% | 1% | - |
| XYZ | 27.63 | 21.09 | 97.22 | - |
| YUV | 120.81 | 203.73 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 114 | 255 | 0.67 | 0.55 | 0 | 0 | 229.19 | 1 | 0.66 |
| Hex | 53 | 72 | FF | 43 | 37 | 0 | 0 | E5 | 64 | 42 |
| Octal | 123 | 162 | 377 | 103 | 67 | 0 | 0 | 345 | 144 | 102 |
| Binary | 1010011 | 1110010 | 11111111 | 1000011 | 110111 | 0 | 0 | 11100101 | 1100100 | 1000010 |
Color Harmonies of #5372FF
Complementary color
Monochromatic Colors of #5372FF
Black with #5372FF
Text Example
Text Example
White with #5372FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5372FF; }
p { color: rgb(83,114,255); }
H1.HeaderClassName
{
color: #5372FF;
}
.AnyTagClassName
{
color: #5372FF;
}
</style>
background-color css
<style>
a { background-color: #5372FF; }
a { background-color: rgb(83,114,255); }
div.DivClassName
{
background-color: #5372FF;
}
.BgClassName
{
background-color: #5372FF;
}
</style>
border-color css
<style>
span { border-color: #5372FF; }
span { border-color: rgb(83,114,255); }
td.TdClassName
{
border-color: #5372FF;
}
.TagClassName
{
border-color: #5372FF;
}
</style>