Shades of Royal Blue #5967EF
Tints of Royal Blue #5967EF
RGB
CMYK
RGB Variations
Color information
#5967EF (or 0x5967EF) is known color: Royal Blue. HEX triplet: 59, 67 and EF. RGB value is (89,103,239). Sum of RGB (Red+Green+Blue) = 89+103+239=431 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.65% from 431); Green value is 103 (40.62% from 255 or 23.90% from 431); Blue value is 239 (93.75% from 255 or 55.45% from 431); Max value from RGB is 239 - color contains mainly: blue. Hex color #5967EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5967EF is #A69810. Grayscale: #717171. Windows color (decimal): -10917905 or 15689561. OLE color: 15689561.
HSL color Cylindrical-coordinate representation of color #5967EF: hue angle of 234.4º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5967EF is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 103 | 239 | - |
| CMYK | 0.63 | 0.57 | 0 | 0.06 |
| HSL | 234.4º | 0.82% | 0.64% | - |
| HSV(B) | 234.4º | 0.63% | 0.94% | - |
| XYZ | 24.55 | 18.06 | 83.85 | - |
| YUV | 114.32 | 198.36 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 103 | 239 | 0.63 | 0.57 | 0 | 0.06 | 234.4 | 0.82 | 0.64 |
| Hex | 59 | 67 | EF | 3F | 39 | 0 | 6 | EA | 52 | 40 |
| Octal | 131 | 147 | 357 | 77 | 71 | 0 | 6 | 352 | 122 | 100 |
| Binary | 1011001 | 1100111 | 11101111 | 111111 | 111001 | 0 | 110 | 11101010 | 1010010 | 1000000 |
Color Harmonies of #5967EF
Complementary color
Monochromatic Colors of #5967EF
Black with #5967EF
Text Example
Text Example
White with #5967EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5967EF; }
p { color: rgb(89,103,239); }
H1.HeaderClassName
{
color: #5967EF;
}
.AnyTagClassName
{
color: #5967EF;
}
</style>
background-color css
<style>
a { background-color: #5967EF; }
a { background-color: rgb(89,103,239); }
div.DivClassName
{
background-color: #5967EF;
}
.BgClassName
{
background-color: #5967EF;
}
</style>
border-color css
<style>
span { border-color: #5967EF; }
span { border-color: rgb(89,103,239); }
td.TdClassName
{
border-color: #5967EF;
}
.TagClassName
{
border-color: #5967EF;
}
</style>