Shades of Royal Blue #5978DB
Tints of Royal Blue #5978DB
RGB
CMYK
RGB Variations
Color information
#5978DB (or 0x5978DB) is known color: Royal Blue. HEX triplet: 59, 78 and DB. RGB value is (89,120,219). Sum of RGB (Red+Green+Blue) = 89+120+219=428 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.79% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 219 (85.94% from 255 or 51.17% from 428); Max value from RGB is 219 - color contains mainly: blue. Hex color #5978DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5978DB is #A68724. Grayscale: #797979. Windows color (decimal): -10913573 or 14383193. OLE color: 14383193.
HSL color Cylindrical-coordinate representation of color #5978DB: hue angle of 225.69º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5978DB is Cyan = 0.59, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 120 | 219 | - |
| CMYK | 0.59 | 0.45 | 0 | 0.14 |
| HSL | 225.69º | 0.64% | 0.6% | - |
| HSV(B) | 225.69º | 0.59% | 0.86% | - |
| XYZ | 23.62 | 20.67 | 69.76 | - |
| YUV | 122.02 | 182.73 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 120 | 219 | 0.59 | 0.45 | 0 | 0.14 | 225.69 | 0.64 | 0.6 |
| Hex | 59 | 78 | DB | 3B | 2D | 0 | E | E2 | 40 | 3C |
| Octal | 131 | 170 | 333 | 73 | 55 | 0 | 16 | 342 | 100 | 74 |
| Binary | 1011001 | 1111000 | 11011011 | 111011 | 101101 | 0 | 1110 | 11100010 | 1000000 | 111100 |
Color Harmonies of #5978DB
Complementary color
Monochromatic Colors of #5978DB
Black with #5978DB
Text Example
Text Example
White with #5978DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5978DB; }
p { color: rgb(89,120,219); }
H1.HeaderClassName
{
color: #5978DB;
}
.AnyTagClassName
{
color: #5978DB;
}
</style>
background-color css
<style>
a { background-color: #5978DB; }
a { background-color: rgb(89,120,219); }
div.DivClassName
{
background-color: #5978DB;
}
.BgClassName
{
background-color: #5978DB;
}
</style>
border-color css
<style>
span { border-color: #5978DB; }
span { border-color: rgb(89,120,219); }
td.TdClassName
{
border-color: #5978DB;
}
.TagClassName
{
border-color: #5978DB;
}
</style>