Shades of Royal Blue #5972FC
Tints of Royal Blue #5972FC
RGB
CMYK
RGB Variations
Color information
#5972FC (or 0x5972FC) is known color: Royal Blue. HEX triplet: 59, 72 and FC. RGB value is (89,114,252). Sum of RGB (Red+Green+Blue) = 89+114+252=455 (60% of max value = 765). Red value is 89 (35.16% from 255 or 19.56% from 455); Green value is 114 (44.92% from 255 or 25.05% from 455); Blue value is 252 (98.83% from 255 or 55.38% from 455); Max value from RGB is 252 - color contains mainly: blue. Hex color #5972FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5972FC is #A68D03. Grayscale: #797979. Windows color (decimal): -10915076 or 16544345. OLE color: 16544345.
HSL color Cylindrical-coordinate representation of color #5972FC: hue angle of 230.8º 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 #5972FC is Cyan = 0.65, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 89 | 114 | 252 | - |
| CMYK | 0.65 | 0.55 | 0 | 0.01 |
| HSL | 230.8º | 0.96% | 0.67% | - |
| HSV(B) | 230.8º | 0.65% | 0.99% | - |
| XYZ | 27.71 | 21.19 | 94.72 | - |
| YUV | 122.26 | 201.22 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 114 | 252 | 0.65 | 0.55 | 0 | 0.01 | 230.8 | 0.96 | 0.67 |
| Hex | 59 | 72 | FC | 41 | 37 | 0 | 1 | E7 | 60 | 43 |
| Octal | 131 | 162 | 374 | 101 | 67 | 0 | 1 | 347 | 140 | 103 |
| Binary | 1011001 | 1110010 | 11111100 | 1000001 | 110111 | 0 | 1 | 11100111 | 1100000 | 1000011 |
Color Harmonies of #5972FC
Complementary color
Monochromatic Colors of #5972FC
Black with #5972FC
Text Example
Text Example
White with #5972FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5972FC; }
p { color: rgb(89,114,252); }
H1.HeaderClassName
{
color: #5972FC;
}
.AnyTagClassName
{
color: #5972FC;
}
</style>
background-color css
<style>
a { background-color: #5972FC; }
a { background-color: rgb(89,114,252); }
div.DivClassName
{
background-color: #5972FC;
}
.BgClassName
{
background-color: #5972FC;
}
</style>
border-color css
<style>
span { border-color: #5972FC; }
span { border-color: rgb(89,114,252); }
td.TdClassName
{
border-color: #5972FC;
}
.TagClassName
{
border-color: #5972FC;
}
</style>