Shades of Royal Blue #5973FC
Tints of Royal Blue #5973FC
RGB
CMYK
RGB Variations
Color information
#5973FC (or 0x5973FC) is known color: Royal Blue. HEX triplet: 59, 73 and FC. RGB value is (89,115,252). Sum of RGB (Red+Green+Blue) = 89+115+252=456 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.52% from 456); Green value is 115 (45.31% from 255 or 25.22% from 456); Blue value is 252 (98.83% from 255 or 55.26% from 456); Max value from RGB is 252 - color contains mainly: blue. Hex color #5973FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5973FC is #A68C03. Grayscale: #7A7A7A. Windows color (decimal): -10914820 or 16544601. OLE color: 16544601.
HSL color Cylindrical-coordinate representation of color #5973FC: hue angle of 230.43º degrees, saturation: 0.96, 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 #5973FC is Cyan = 0.65, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 115 | 252 | - |
| CMYK | 0.65 | 0.54 | 0 | 0.01 |
| HSL | 230.43º | 0.96% | 0.67% | - |
| HSV(B) | 230.43º | 0.65% | 0.99% | - |
| XYZ | 27.82 | 21.41 | 94.76 | - |
| YUV | 122.84 | 200.89 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 115 | 252 | 0.65 | 0.54 | 0 | 0.01 | 230.43 | 0.96 | 0.67 |
| Hex | 59 | 73 | FC | 41 | 36 | 0 | 1 | E6 | 60 | 43 |
| Octal | 131 | 163 | 374 | 101 | 66 | 0 | 1 | 346 | 140 | 103 |
| Binary | 1011001 | 1110011 | 11111100 | 1000001 | 110110 | 0 | 1 | 11100110 | 1100000 | 1000011 |
Color Harmonies of #5973FC
Complementary color
Monochromatic Colors of #5973FC
Black with #5973FC
Text Example
Text Example
White with #5973FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5973FC; }
p { color: rgb(89,115,252); }
H1.HeaderClassName
{
color: #5973FC;
}
.AnyTagClassName
{
color: #5973FC;
}
</style>
background-color css
<style>
a { background-color: #5973FC; }
a { background-color: rgb(89,115,252); }
div.DivClassName
{
background-color: #5973FC;
}
.BgClassName
{
background-color: #5973FC;
}
</style>
border-color css
<style>
span { border-color: #5973FC; }
span { border-color: rgb(89,115,252); }
td.TdClassName
{
border-color: #5973FC;
}
.TagClassName
{
border-color: #5973FC;
}
</style>