Shades of Royal Blue #5772EF
Tints of Royal Blue #5772EF
RGB
CMYK
RGB Variations
Color information
#5772EF (or 0x5772EF) is known color: Royal Blue. HEX triplet: 57, 72 and EF. RGB value is (87,114,239). Sum of RGB (Red+Green+Blue) = 87+114+239=440 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.77% from 440); Green value is 114 (44.92% from 255 or 25.91% from 440); Blue value is 239 (93.75% from 255 or 54.32% from 440); Max value from RGB is 239 - color contains mainly: blue. Hex color #5772EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5772EF is #A88D10. Grayscale: #777777. Windows color (decimal): -11046161 or 15692375. OLE color: 15692375.
HSL color Cylindrical-coordinate representation of color #5772EF: hue angle of 229.34º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5772EF is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 87 | 114 | 239 | - |
| CMYK | 0.64 | 0.52 | 0 | 0.06 |
| HSL | 229.34º | 0.83% | 0.64% | - |
| HSV(B) | 229.34º | 0.64% | 0.94% | - |
| XYZ | 25.53 | 20.29 | 84.23 | - |
| YUV | 120.18 | 195.05 | 104.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 114 | 239 | 0.64 | 0.52 | 0 | 0.06 | 229.34 | 0.83 | 0.64 |
| Hex | 57 | 72 | EF | 40 | 34 | 0 | 6 | E5 | 53 | 40 |
| Octal | 127 | 162 | 357 | 100 | 64 | 0 | 6 | 345 | 123 | 100 |
| Binary | 1010111 | 1110010 | 11101111 | 1000000 | 110100 | 0 | 110 | 11100101 | 1010011 | 1000000 |
Color Harmonies of #5772EF
Complementary color
Monochromatic Colors of #5772EF
Black with #5772EF
Text Example
Text Example
White with #5772EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5772EF; }
p { color: rgb(87,114,239); }
H1.HeaderClassName
{
color: #5772EF;
}
.AnyTagClassName
{
color: #5772EF;
}
</style>
background-color css
<style>
a { background-color: #5772EF; }
a { background-color: rgb(87,114,239); }
div.DivClassName
{
background-color: #5772EF;
}
.BgClassName
{
background-color: #5772EF;
}
</style>
border-color css
<style>
span { border-color: #5772EF; }
span { border-color: rgb(87,114,239); }
td.TdClassName
{
border-color: #5772EF;
}
.TagClassName
{
border-color: #5772EF;
}
</style>