Shades of Royal Blue #5967DB
Tints of Royal Blue #5967DB
RGB
CMYK
RGB Variations
Color information
#5967DB (or 0x5967DB) is known color: Royal Blue. HEX triplet: 59, 67 and DB. RGB value is (89,103,219). Sum of RGB (Red+Green+Blue) = 89+103+219=411 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.65% from 411); Green value is 103 (40.62% from 255 or 25.06% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #5967DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5967DB is #A69824. Grayscale: #6F6F6F. Windows color (decimal): -10917925 or 14378841. OLE color: 14378841.
HSL color Cylindrical-coordinate representation of color #5967DB: hue angle of 233.54º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5967DB is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 103 | 219 | - |
| CMYK | 0.59 | 0.53 | 0 | 0.14 |
| HSL | 233.54º | 0.64% | 0.6% | - |
| HSV(B) | 233.54º | 0.59% | 0.86% | - |
| XYZ | 21.76 | 16.94 | 69.14 | - |
| YUV | 112.04 | 188.36 | 111.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 103 | 219 | 0.59 | 0.53 | 0 | 0.14 | 233.54 | 0.64 | 0.6 |
| Hex | 59 | 67 | DB | 3B | 35 | 0 | E | EA | 40 | 3C |
| Octal | 131 | 147 | 333 | 73 | 65 | 0 | 16 | 352 | 100 | 74 |
| Binary | 1011001 | 1100111 | 11011011 | 111011 | 110101 | 0 | 1110 | 11101010 | 1000000 | 111100 |
Color Harmonies of #5967DB
Complementary color
Monochromatic Colors of #5967DB
Black with #5967DB
Text Example
Text Example
White with #5967DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5967DB; }
p { color: rgb(89,103,219); }
H1.HeaderClassName
{
color: #5967DB;
}
.AnyTagClassName
{
color: #5967DB;
}
</style>
background-color css
<style>
a { background-color: #5967DB; }
a { background-color: rgb(89,103,219); }
div.DivClassName
{
background-color: #5967DB;
}
.BgClassName
{
background-color: #5967DB;
}
</style>
border-color css
<style>
span { border-color: #5967DB; }
span { border-color: rgb(89,103,219); }
td.TdClassName
{
border-color: #5967DB;
}
.TagClassName
{
border-color: #5967DB;
}
</style>