Shades of Royal Blue #5773FE
Tints of Royal Blue #5773FE
RGB
CMYK
RGB Variations
Color information
#5773FE (or 0x5773FE) is known color: Royal Blue. HEX triplet: 57, 73 and FE. RGB value is (87,115,254). Sum of RGB (Red+Green+Blue) = 87+115+254=456 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.08% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 254 (99.61% from 255 or 55.70% from 456); Max value from RGB is 254 - color contains mainly: blue. Hex color #5773FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5773FE is #A88C01. Grayscale: #797979. Windows color (decimal): -11045890 or 16675671. OLE color: 16675671.
HSL color Cylindrical-coordinate representation of color #5773FE: hue angle of 229.94º 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 #5773FE is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 87 | 115 | 254 | - |
| CMYK | 0.66 | 0.55 | 0 | 0.00 |
| HSL | 229.94º | 0.99% | 0.67% | - |
| HSV(B) | 229.94º | 0.66% | 1% | - |
| XYZ | 27.95 | 21.44 | 96.43 | - |
| YUV | 122.47 | 202.22 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 115 | 254 | 0.66 | 0.55 | 0 | 0.00 | 229.94 | 0.99 | 0.67 |
| Hex | 57 | 73 | FE | 42 | 37 | 0 | 0 | E6 | 63 | 43 |
| Octal | 127 | 163 | 376 | 102 | 67 | 0 | 0 | 346 | 143 | 103 |
| Binary | 1010111 | 1110011 | 11111110 | 1000010 | 110111 | 0 | 0 | 11100110 | 1100011 | 1000011 |
Color Harmonies of #5773FE
Complementary color
Monochromatic Colors of #5773FE
Black with #5773FE
Text Example
Text Example
White with #5773FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5773FE; }
p { color: rgb(87,115,254); }
H1.HeaderClassName
{
color: #5773FE;
}
.AnyTagClassName
{
color: #5773FE;
}
</style>
background-color css
<style>
a { background-color: #5773FE; }
a { background-color: rgb(87,115,254); }
div.DivClassName
{
background-color: #5773FE;
}
.BgClassName
{
background-color: #5773FE;
}
</style>
border-color css
<style>
span { border-color: #5773FE; }
span { border-color: rgb(87,115,254); }
td.TdClassName
{
border-color: #5773FE;
}
.TagClassName
{
border-color: #5773FE;
}
</style>