Shades of Royal Blue #5779DD
Tints of Royal Blue #5779DD
RGB
CMYK
RGB Variations
Color information
#5779DD (or 0x5779DD) is known color: Royal Blue. HEX triplet: 57, 79 and DD. RGB value is (87,121,221). Sum of RGB (Red+Green+Blue) = 87+121+221=429 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.28% from 429); Green value is 121 (47.66% from 255 or 28.21% from 429); Blue value is 221 (86.72% from 255 or 51.52% from 429); Max value from RGB is 221 - color contains mainly: blue. Hex color #5779DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5779DD is #A88622. Grayscale: #797979. Windows color (decimal): -11044387 or 14514519. OLE color: 14514519.
HSL color Cylindrical-coordinate representation of color #5779DD: hue angle of 224.78º 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 #5779DD is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 87 | 121 | 221 | - |
| CMYK | 0.61 | 0.45 | 0 | 0.13 |
| HSL | 224.78º | 0.66% | 0.6% | - |
| HSV(B) | 224.78º | 0.61% | 0.87% | - |
| XYZ | 23.82 | 20.92 | 71.19 | - |
| YUV | 122.23 | 183.74 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 121 | 221 | 0.61 | 0.45 | 0 | 0.13 | 224.78 | 0.66 | 0.6 |
| Hex | 57 | 79 | DD | 3D | 2D | 0 | D | E1 | 42 | 3C |
| Octal | 127 | 171 | 335 | 75 | 55 | 0 | 15 | 341 | 102 | 74 |
| Binary | 1010111 | 1111001 | 11011101 | 111101 | 101101 | 0 | 1101 | 11100001 | 1000010 | 111100 |
Color Harmonies of #5779DD
Complementary color
Monochromatic Colors of #5779DD
Black with #5779DD
Text Example
Text Example
White with #5779DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5779DD; }
p { color: rgb(87,121,221); }
H1.HeaderClassName
{
color: #5779DD;
}
.AnyTagClassName
{
color: #5779DD;
}
</style>
background-color css
<style>
a { background-color: #5779DD; }
a { background-color: rgb(87,121,221); }
div.DivClassName
{
background-color: #5779DD;
}
.BgClassName
{
background-color: #5779DD;
}
</style>
border-color css
<style>
span { border-color: #5779DD; }
span { border-color: rgb(87,121,221); }
td.TdClassName
{
border-color: #5779DD;
}
.TagClassName
{
border-color: #5779DD;
}
</style>