Shades of Royal Blue #5773DD
Tints of Royal Blue #5773DD
RGB
CMYK
RGB Variations
Color information
#5773DD (or 0x5773DD) is known color: Royal Blue. HEX triplet: 57, 73 and DD. RGB value is (87,115,221). Sum of RGB (Red+Green+Blue) = 87+115+221=423 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.57% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #5773DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5773DD is #A88C22. Grayscale: #767676. Windows color (decimal): -11045923 or 14512983. OLE color: 14512983.
HSL color Cylindrical-coordinate representation of color #5773DD: hue angle of 227.46º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5773DD is Cyan = 0.61, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 115 | 221 | - |
| CMYK | 0.61 | 0.48 | 0 | 0.13 |
| HSL | 227.46º | 0.66% | 0.6% | - |
| HSV(B) | 227.46º | 0.61% | 0.87% | - |
| XYZ | 23.11 | 19.51 | 70.95 | - |
| YUV | 118.71 | 185.72 | 105.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 115 | 221 | 0.61 | 0.48 | 0 | 0.13 | 227.46 | 0.66 | 0.6 |
| Hex | 57 | 73 | DD | 3D | 30 | 0 | D | E3 | 42 | 3C |
| Octal | 127 | 163 | 335 | 75 | 60 | 0 | 15 | 343 | 102 | 74 |
| Binary | 1010111 | 1110011 | 11011101 | 111101 | 110000 | 0 | 1101 | 11100011 | 1000010 | 111100 |
Color Harmonies of #5773DD
Complementary color
Monochromatic Colors of #5773DD
Black with #5773DD
Text Example
Text Example
White with #5773DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5773DD; }
p { color: rgb(87,115,221); }
H1.HeaderClassName
{
color: #5773DD;
}
.AnyTagClassName
{
color: #5773DD;
}
</style>
background-color css
<style>
a { background-color: #5773DD; }
a { background-color: rgb(87,115,221); }
div.DivClassName
{
background-color: #5773DD;
}
.BgClassName
{
background-color: #5773DD;
}
</style>
border-color css
<style>
span { border-color: #5773DD; }
span { border-color: rgb(87,115,221); }
td.TdClassName
{
border-color: #5773DD;
}
.TagClassName
{
border-color: #5773DD;
}
</style>