Shades of Royal Blue #5777DC
Tints of Royal Blue #5777DC
RGB
CMYK
RGB Variations
Color information
#5777DC (or 0x5777DC) is known color: Royal Blue. HEX triplet: 57, 77 and DC. RGB value is (87,119,220). Sum of RGB (Red+Green+Blue) = 87+119+220=426 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.42% from 426); Green value is 119 (46.88% from 255 or 27.93% from 426); Blue value is 220 (86.33% from 255 or 51.64% from 426); Max value from RGB is 220 - color contains mainly: blue. Hex color #5777DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5777DC is #A88823. Grayscale: #787878. Windows color (decimal): -11044900 or 14448471. OLE color: 14448471.
HSL color Cylindrical-coordinate representation of color #5777DC: hue angle of 225.56º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5777DC is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 87 | 119 | 220 | - |
| CMYK | 0.60 | 0.46 | 0 | 0.14 |
| HSL | 225.56º | 0.66% | 0.6% | - |
| HSV(B) | 225.56º | 0.6% | 0.86% | - |
| XYZ | 23.45 | 20.39 | 70.41 | - |
| YUV | 120.95 | 183.9 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 119 | 220 | 0.60 | 0.46 | 0 | 0.14 | 225.56 | 0.66 | 0.6 |
| Hex | 57 | 77 | DC | 3C | 2E | 0 | E | E2 | 42 | 3C |
| Octal | 127 | 167 | 334 | 74 | 56 | 0 | 16 | 342 | 102 | 74 |
| Binary | 1010111 | 1110111 | 11011100 | 111100 | 101110 | 0 | 1110 | 11100010 | 1000010 | 111100 |
Color Harmonies of #5777DC
Complementary color
Monochromatic Colors of #5777DC
Black with #5777DC
Text Example
Text Example
White with #5777DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5777DC; }
p { color: rgb(87,119,220); }
H1.HeaderClassName
{
color: #5777DC;
}
.AnyTagClassName
{
color: #5777DC;
}
</style>
background-color css
<style>
a { background-color: #5777DC; }
a { background-color: rgb(87,119,220); }
div.DivClassName
{
background-color: #5777DC;
}
.BgClassName
{
background-color: #5777DC;
}
</style>
border-color css
<style>
span { border-color: #5777DC; }
span { border-color: rgb(87,119,220); }
td.TdClassName
{
border-color: #5777DC;
}
.TagClassName
{
border-color: #5777DC;
}
</style>