Shades of Royal Blue #5978DC
Tints of Royal Blue #5978DC
RGB
CMYK
RGB Variations
Color information
#5978DC (or 0x5978DC) is known color: Royal Blue. HEX triplet: 59, 78 and DC. RGB value is (89,120,220). Sum of RGB (Red+Green+Blue) = 89+120+220=429 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.75% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 220 (86.33% from 255 or 51.28% from 429); Max value from RGB is 220 - color contains mainly: blue. Hex color #5978DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5978DC is #A68723. Grayscale: #797979. Windows color (decimal): -10913572 or 14448729. OLE color: 14448729.
HSL color Cylindrical-coordinate representation of color #5978DC: hue angle of 225.8º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5978DC is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 120 | 220 | - |
| CMYK | 0.60 | 0.45 | 0 | 0.14 |
| HSL | 225.8º | 0.65% | 0.61% | - |
| HSV(B) | 225.8º | 0.6% | 0.86% | - |
| XYZ | 23.75 | 20.72 | 70.46 | - |
| YUV | 122.13 | 183.23 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 120 | 220 | 0.60 | 0.45 | 0 | 0.14 | 225.8 | 0.65 | 0.61 |
| Hex | 59 | 78 | DC | 3C | 2D | 0 | E | E2 | 41 | 3D |
| Octal | 131 | 170 | 334 | 74 | 55 | 0 | 16 | 342 | 101 | 75 |
| Binary | 1011001 | 1111000 | 11011100 | 111100 | 101101 | 0 | 1110 | 11100010 | 1000001 | 111101 |
Color Harmonies of #5978DC
Complementary color
Monochromatic Colors of #5978DC
Black with #5978DC
Text Example
Text Example
White with #5978DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5978DC; }
p { color: rgb(89,120,220); }
H1.HeaderClassName
{
color: #5978DC;
}
.AnyTagClassName
{
color: #5978DC;
}
</style>
background-color css
<style>
a { background-color: #5978DC; }
a { background-color: rgb(89,120,220); }
div.DivClassName
{
background-color: #5978DC;
}
.BgClassName
{
background-color: #5978DC;
}
</style>
border-color css
<style>
span { border-color: #5978DC; }
span { border-color: rgb(89,120,220); }
td.TdClassName
{
border-color: #5978DC;
}
.TagClassName
{
border-color: #5978DC;
}
</style>