Shades of Royal Blue #5773D7
Tints of Royal Blue #5773D7
RGB
CMYK
RGB Variations
Color information
#5773D7 (or 0x5773D7) is known color: Royal Blue. HEX triplet: 57, 73 and D7. RGB value is (87,115,215). Sum of RGB (Red+Green+Blue) = 87+115+215=417 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.86% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 215 (84.38% from 255 or 51.56% from 417); Max value from RGB is 215 - color contains mainly: blue. Hex color #5773D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5773D7 is #A88C28. Grayscale: #757575. Windows color (decimal): -11045929 or 14119767. OLE color: 14119767.
HSL color Cylindrical-coordinate representation of color #5773D7: hue angle of 226.88º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5773D7 is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 87 | 115 | 215 | - |
| CMYK | 0.60 | 0.47 | 0 | 0.16 |
| HSL | 226.88º | 0.62% | 0.59% | - |
| HSV(B) | 226.88º | 0.6% | 0.84% | - |
| XYZ | 22.33 | 19.19 | 66.82 | - |
| YUV | 118.03 | 182.72 | 105.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 115 | 215 | 0.60 | 0.47 | 0 | 0.16 | 226.88 | 0.62 | 0.59 |
| Hex | 57 | 73 | D7 | 3C | 2F | 0 | 10 | E3 | 3E | 3B |
| Octal | 127 | 163 | 327 | 74 | 57 | 0 | 20 | 343 | 76 | 73 |
| Binary | 1010111 | 1110011 | 11010111 | 111100 | 101111 | 0 | 10000 | 11100011 | 111110 | 111011 |
Color Harmonies of #5773D7
Complementary color
Monochromatic Colors of #5773D7
Black with #5773D7
Text Example
Text Example
White with #5773D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5773D7; }
p { color: rgb(87,115,215); }
H1.HeaderClassName
{
color: #5773D7;
}
.AnyTagClassName
{
color: #5773D7;
}
</style>
background-color css
<style>
a { background-color: #5773D7; }
a { background-color: rgb(87,115,215); }
div.DivClassName
{
background-color: #5773D7;
}
.BgClassName
{
background-color: #5773D7;
}
</style>
border-color css
<style>
span { border-color: #5773D7; }
span { border-color: rgb(87,115,215); }
td.TdClassName
{
border-color: #5773D7;
}
.TagClassName
{
border-color: #5773D7;
}
</style>