Shades of Royal Blue #5773FF
Tints of Royal Blue #5773FF
RGB
CMYK
RGB Variations
Color information
#5773FF (or 0x5773FF) is known color: Royal Blue. HEX triplet: 57, 73 and FF. RGB value is (87,115,255). Sum of RGB (Red+Green+Blue) = 87+115+255=457 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.04% from 457); Green value is 115 (45.31% from 255 or 25.16% from 457); Blue value is 255 (100% from 255 or 55.80% from 457); Max value from RGB is 255 - color contains mainly: blue. Hex color #5773FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5773FF is #A88C00. Grayscale: #797979. Windows color (decimal): -11045889 or 16741207. OLE color: 16741207.
HSL color Cylindrical-coordinate representation of color #5773FF: hue angle of 230º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5773FF is Cyan = 0.66, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 87 | 115 | 255 | - |
| CMYK | 0.66 | 0.55 | 0 | 0 |
| HSL | 230º | 1% | 0.67% | - |
| HSV(B) | 230º | 0.66% | 1% | - |
| XYZ | 28.11 | 21.51 | 97.28 | - |
| YUV | 122.59 | 202.72 | 102.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 115 | 255 | 0.66 | 0.55 | 0 | 0 | 230 | 1 | 0.67 |
| Hex | 57 | 73 | FF | 42 | 37 | 0 | 0 | E6 | 64 | 43 |
| Octal | 127 | 163 | 377 | 102 | 67 | 0 | 0 | 346 | 144 | 103 |
| Binary | 1010111 | 1110011 | 11111111 | 1000010 | 110111 | 0 | 0 | 11100110 | 1100100 | 1000011 |
Color Harmonies of #5773FF
Complementary color
Monochromatic Colors of #5773FF
Black with #5773FF
Text Example
Text Example
White with #5773FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5773FF; }
p { color: rgb(87,115,255); }
H1.HeaderClassName
{
color: #5773FF;
}
.AnyTagClassName
{
color: #5773FF;
}
</style>
background-color css
<style>
a { background-color: #5773FF; }
a { background-color: rgb(87,115,255); }
div.DivClassName
{
background-color: #5773FF;
}
.BgClassName
{
background-color: #5773FF;
}
</style>
border-color css
<style>
span { border-color: #5773FF; }
span { border-color: rgb(87,115,255); }
td.TdClassName
{
border-color: #5773FF;
}
.TagClassName
{
border-color: #5773FF;
}
</style>