Shades of Royal Blue #5975DC
Tints of Royal Blue #5975DC
RGB
CMYK
RGB Variations
Color information
#5975DC (or 0x5975DC) is known color: Royal Blue. HEX triplet: 59, 75 and DC. RGB value is (89,117,220). Sum of RGB (Red+Green+Blue) = 89+117+220=426 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.89% from 426); Green value is 117 (46.09% from 255 or 27.46% 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 #5975DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5975DC is #A68A23. Grayscale: #777777. Windows color (decimal): -10914340 or 14447961. OLE color: 14447961.
HSL color Cylindrical-coordinate representation of color #5975DC: hue angle of 227.18º 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 #5975DC is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 117 | 220 | - |
| CMYK | 0.60 | 0.47 | 0 | 0.14 |
| HSL | 227.18º | 0.65% | 0.61% | - |
| HSV(B) | 227.18º | 0.6% | 0.86% | - |
| XYZ | 23.4 | 20.01 | 70.34 | - |
| YUV | 120.37 | 184.22 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 117 | 220 | 0.60 | 0.47 | 0 | 0.14 | 227.18 | 0.65 | 0.61 |
| Hex | 59 | 75 | DC | 3C | 2F | 0 | E | E3 | 41 | 3D |
| Octal | 131 | 165 | 334 | 74 | 57 | 0 | 16 | 343 | 101 | 75 |
| Binary | 1011001 | 1110101 | 11011100 | 111100 | 101111 | 0 | 1110 | 11100011 | 1000001 | 111101 |
Color Harmonies of #5975DC
Complementary color
Monochromatic Colors of #5975DC
Black with #5975DC
Text Example
Text Example
White with #5975DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5975DC; }
p { color: rgb(89,117,220); }
H1.HeaderClassName
{
color: #5975DC;
}
.AnyTagClassName
{
color: #5975DC;
}
</style>
background-color css
<style>
a { background-color: #5975DC; }
a { background-color: rgb(89,117,220); }
div.DivClassName
{
background-color: #5975DC;
}
.BgClassName
{
background-color: #5975DC;
}
</style>
border-color css
<style>
span { border-color: #5975DC; }
span { border-color: rgb(89,117,220); }
td.TdClassName
{
border-color: #5975DC;
}
.TagClassName
{
border-color: #5975DC;
}
</style>