Shades of Royal Blue #5368CF
Tints of Royal Blue #5368CF
RGB
CMYK
RGB Variations
Color information
#5368CF (or 0x5368CF) is known color: Royal Blue. HEX triplet: 53, 68 and CF. RGB value is (83,104,207). Sum of RGB (Red+Green+Blue) = 83+104+207=394 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.07% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #5368CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5368CF is #AC9730. Grayscale: #6D6D6D. Windows color (decimal): -11310897 or 13592659. OLE color: 13592659.
HSL color Cylindrical-coordinate representation of color #5368CF: hue angle of 229.84º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5368CF is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 104 | 207 | - |
| CMYK | 0.60 | 0.50 | 0 | 0.19 |
| HSL | 229.84º | 0.56% | 0.57% | - |
| HSV(B) | 229.84º | 0.6% | 0.81% | - |
| XYZ | 19.78 | 16.24 | 61.12 | - |
| YUV | 109.46 | 183.04 | 109.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 104 | 207 | 0.60 | 0.50 | 0 | 0.19 | 229.84 | 0.56 | 0.57 |
| Hex | 53 | 68 | CF | 3C | 32 | 0 | 13 | E6 | 38 | 39 |
| Octal | 123 | 150 | 317 | 74 | 62 | 0 | 23 | 346 | 70 | 71 |
| Binary | 1010011 | 1101000 | 11001111 | 111100 | 110010 | 0 | 10011 | 11100110 | 111000 | 111001 |
Color Harmonies of #5368CF
Complementary color
Monochromatic Colors of #5368CF
Black with #5368CF
Text Example
Text Example
White with #5368CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5368CF; }
p { color: rgb(83,104,207); }
H1.HeaderClassName
{
color: #5368CF;
}
.AnyTagClassName
{
color: #5368CF;
}
</style>
background-color css
<style>
a { background-color: #5368CF; }
a { background-color: rgb(83,104,207); }
div.DivClassName
{
background-color: #5368CF;
}
.BgClassName
{
background-color: #5368CF;
}
</style>
border-color css
<style>
span { border-color: #5368CF; }
span { border-color: rgb(83,104,207); }
td.TdClassName
{
border-color: #5368CF;
}
.TagClassName
{
border-color: #5368CF;
}
</style>