Shades of Royal Blue #5976FD
Tints of Royal Blue #5976FD
RGB
CMYK
RGB Variations
Color information
#5976FD (or 0x5976FD) is known color: Royal Blue. HEX triplet: 59, 76 and FD. RGB value is (89,118,253). Sum of RGB (Red+Green+Blue) = 89+118+253=460 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.35% from 460); Green value is 118 (46.48% from 255 or 25.65% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #5976FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5976FD is #A68902. Grayscale: #7C7C7C. Windows color (decimal): -10914051 or 16610905. OLE color: 16610905.
HSL color Cylindrical-coordinate representation of color #5976FD: hue angle of 229.39º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5976FD is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 118 | 253 | - |
| CMYK | 0.65 | 0.53 | 0 | 0.01 |
| HSL | 229.39º | 0.98% | 0.67% | - |
| HSV(B) | 229.39º | 0.65% | 0.99% | - |
| XYZ | 28.33 | 22.17 | 95.72 | - |
| YUV | 124.72 | 200.39 | 102.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 118 | 253 | 0.65 | 0.53 | 0 | 0.01 | 229.39 | 0.98 | 0.67 |
| Hex | 59 | 76 | FD | 41 | 35 | 0 | 1 | E5 | 62 | 43 |
| Octal | 131 | 166 | 375 | 101 | 65 | 0 | 1 | 345 | 142 | 103 |
| Binary | 1011001 | 1110110 | 11111101 | 1000001 | 110101 | 0 | 1 | 11100101 | 1100010 | 1000011 |
Color Harmonies of #5976FD
Complementary color
Monochromatic Colors of #5976FD
Black with #5976FD
Text Example
Text Example
White with #5976FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5976FD; }
p { color: rgb(89,118,253); }
H1.HeaderClassName
{
color: #5976FD;
}
.AnyTagClassName
{
color: #5976FD;
}
</style>
background-color css
<style>
a { background-color: #5976FD; }
a { background-color: rgb(89,118,253); }
div.DivClassName
{
background-color: #5976FD;
}
.BgClassName
{
background-color: #5976FD;
}
</style>
border-color css
<style>
span { border-color: #5976FD; }
span { border-color: rgb(89,118,253); }
td.TdClassName
{
border-color: #5976FD;
}
.TagClassName
{
border-color: #5976FD;
}
</style>