Shades of Royal Blue #5975ED
Tints of Royal Blue #5975ED
RGB
CMYK
RGB Variations
Color information
#5975ED (or 0x5975ED) is known color: Royal Blue. HEX triplet: 59, 75 and ED. RGB value is (89,117,237). Sum of RGB (Red+Green+Blue) = 89+117+237=443 (58% of max value = 765). Red value is 89 (35.16% from 255 or 20.09% from 443); Green value is 117 (46.09% from 255 or 26.41% from 443); Blue value is 237 (92.97% from 255 or 53.50% from 443); Max value from RGB is 237 - color contains mainly: blue. Hex color #5975ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5975ED is #A68A12. Grayscale: #797979. Windows color (decimal): -10914323 or 15562073. OLE color: 15562073.
HSL color Cylindrical-coordinate representation of color #5975ED: hue angle of 228.65º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5975ED is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 117 | 237 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.07 |
| HSL | 228.65º | 0.8% | 0.64% | - |
| HSV(B) | 228.65º | 0.62% | 0.93% | - |
| XYZ | 25.77 | 20.96 | 82.81 | - |
| YUV | 122.31 | 192.72 | 104.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 117 | 237 | 0.62 | 0.51 | 0 | 0.07 | 228.65 | 0.8 | 0.64 |
| Hex | 59 | 75 | ED | 3E | 33 | 0 | 7 | E5 | 50 | 40 |
| Octal | 131 | 165 | 355 | 76 | 63 | 0 | 7 | 345 | 120 | 100 |
| Binary | 1011001 | 1110101 | 11101101 | 111110 | 110011 | 0 | 111 | 11100101 | 1010000 | 1000000 |
Color Harmonies of #5975ED
Complementary color
Monochromatic Colors of #5975ED
Black with #5975ED
Text Example
Text Example
White with #5975ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5975ED; }
p { color: rgb(89,117,237); }
H1.HeaderClassName
{
color: #5975ED;
}
.AnyTagClassName
{
color: #5975ED;
}
</style>
background-color css
<style>
a { background-color: #5975ED; }
a { background-color: rgb(89,117,237); }
div.DivClassName
{
background-color: #5975ED;
}
.BgClassName
{
background-color: #5975ED;
}
</style>
border-color css
<style>
span { border-color: #5975ED; }
span { border-color: rgb(89,117,237); }
td.TdClassName
{
border-color: #5975ED;
}
.TagClassName
{
border-color: #5975ED;
}
</style>