Shades of Royal Blue #5772FE
Tints of Royal Blue #5772FE
RGB
CMYK
RGB Variations
Color information
#5772FE (or 0x5772FE) is known color: Royal Blue. HEX triplet: 57, 72 and FE. RGB value is (87,114,254). Sum of RGB (Red+Green+Blue) = 87+114+254=455 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.12% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #5772FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5772FE is #A88D01. Grayscale: #797979. Windows color (decimal): -11046146 or 16675415. OLE color: 16675415.
HSL color Cylindrical-coordinate representation of color #5772FE: hue angle of 230.3º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5772FE is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 114 | 254 | - |
| CMYK | 0.66 | 0.55 | 0 | 0.00 |
| HSL | 230.3º | 0.99% | 0.67% | - |
| HSV(B) | 230.3º | 0.66% | 1% | - |
| XYZ | 27.84 | 21.22 | 96.39 | - |
| YUV | 121.89 | 202.55 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 114 | 254 | 0.66 | 0.55 | 0 | 0.00 | 230.3 | 0.99 | 0.67 |
| Hex | 57 | 72 | FE | 42 | 37 | 0 | 0 | E6 | 63 | 43 |
| Octal | 127 | 162 | 376 | 102 | 67 | 0 | 0 | 346 | 143 | 103 |
| Binary | 1010111 | 1110010 | 11111110 | 1000010 | 110111 | 0 | 0 | 11100110 | 1100011 | 1000011 |
Color Harmonies of #5772FE
Complementary color
Monochromatic Colors of #5772FE
Black with #5772FE
Text Example
Text Example
White with #5772FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5772FE; }
p { color: rgb(87,114,254); }
H1.HeaderClassName
{
color: #5772FE;
}
.AnyTagClassName
{
color: #5772FE;
}
</style>
background-color css
<style>
a { background-color: #5772FE; }
a { background-color: rgb(87,114,254); }
div.DivClassName
{
background-color: #5772FE;
}
.BgClassName
{
background-color: #5772FE;
}
</style>
border-color css
<style>
span { border-color: #5772FE; }
span { border-color: rgb(87,114,254); }
td.TdClassName
{
border-color: #5772FE;
}
.TagClassName
{
border-color: #5772FE;
}
</style>