Shades of Royal Blue #5979DC
Tints of Royal Blue #5979DC
RGB
CMYK
RGB Variations
Color information
#5979DC (or 0x5979DC) is known color: Royal Blue. HEX triplet: 59, 79 and DC. RGB value is (89,121,220). Sum of RGB (Red+Green+Blue) = 89+121+220=430 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.70% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #5979DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5979DC is #A68623. Grayscale: #7A7A7A. Windows color (decimal): -10913316 or 14448985. OLE color: 14448985.
HSL color Cylindrical-coordinate representation of color #5979DC: hue angle of 225.34º 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 #5979DC is Cyan = 0.60, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 121 | 220 | - |
| CMYK | 0.60 | 0.45 | 0 | 0.14 |
| HSL | 225.34º | 0.65% | 0.61% | - |
| HSV(B) | 225.34º | 0.6% | 0.86% | - |
| XYZ | 23.88 | 20.97 | 70.5 | - |
| YUV | 122.72 | 182.9 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 121 | 220 | 0.60 | 0.45 | 0 | 0.14 | 225.34 | 0.65 | 0.61 |
| Hex | 59 | 79 | DC | 3C | 2D | 0 | E | E1 | 41 | 3D |
| Octal | 131 | 171 | 334 | 74 | 55 | 0 | 16 | 341 | 101 | 75 |
| Binary | 1011001 | 1111001 | 11011100 | 111100 | 101101 | 0 | 1110 | 11100001 | 1000001 | 111101 |
Color Harmonies of #5979DC
Complementary color
Monochromatic Colors of #5979DC
Black with #5979DC
Text Example
Text Example
White with #5979DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5979DC; }
p { color: rgb(89,121,220); }
H1.HeaderClassName
{
color: #5979DC;
}
.AnyTagClassName
{
color: #5979DC;
}
</style>
background-color css
<style>
a { background-color: #5979DC; }
a { background-color: rgb(89,121,220); }
div.DivClassName
{
background-color: #5979DC;
}
.BgClassName
{
background-color: #5979DC;
}
</style>
border-color css
<style>
span { border-color: #5979DC; }
span { border-color: rgb(89,121,220); }
td.TdClassName
{
border-color: #5979DC;
}
.TagClassName
{
border-color: #5979DC;
}
</style>