Shades of Royal Blue #5577DB
Tints of Royal Blue #5577DB
RGB
CMYK
RGB Variations
Color information
#5577DB (or 0x5577DB) is known color: Royal Blue. HEX triplet: 55, 77 and DB. RGB value is (85,119,219). Sum of RGB (Red+Green+Blue) = 85+119+219=423 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.09% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #5577DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5577DB is #AA8824. Grayscale: #777777. Windows color (decimal): -11175973 or 14382933. OLE color: 14382933.
HSL color Cylindrical-coordinate representation of color #5577DB: hue angle of 224.78º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5577DB is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 85 | 119 | 219 | - |
| CMYK | 0.61 | 0.46 | 0 | 0.14 |
| HSL | 224.78º | 0.65% | 0.6% | - |
| HSV(B) | 224.78º | 0.61% | 0.86% | - |
| XYZ | 23.13 | 20.24 | 69.71 | - |
| YUV | 120.23 | 183.74 | 102.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 119 | 219 | 0.61 | 0.46 | 0 | 0.14 | 224.78 | 0.65 | 0.6 |
| Hex | 55 | 77 | DB | 3D | 2E | 0 | E | E1 | 41 | 3C |
| Octal | 125 | 167 | 333 | 75 | 56 | 0 | 16 | 341 | 101 | 74 |
| Binary | 1010101 | 1110111 | 11011011 | 111101 | 101110 | 0 | 1110 | 11100001 | 1000001 | 111100 |
Color Harmonies of #5577DB
Complementary color
Monochromatic Colors of #5577DB
Black with #5577DB
Text Example
Text Example
White with #5577DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5577DB; }
p { color: rgb(85,119,219); }
H1.HeaderClassName
{
color: #5577DB;
}
.AnyTagClassName
{
color: #5577DB;
}
</style>
background-color css
<style>
a { background-color: #5577DB; }
a { background-color: rgb(85,119,219); }
div.DivClassName
{
background-color: #5577DB;
}
.BgClassName
{
background-color: #5577DB;
}
</style>
border-color css
<style>
span { border-color: #5577DB; }
span { border-color: rgb(85,119,219); }
td.TdClassName
{
border-color: #5577DB;
}
.TagClassName
{
border-color: #5577DB;
}
</style>