Shades of Royal Blue #5367CF
Tints of Royal Blue #5367CF
RGB
CMYK
RGB Variations
Color information
#5367CF (or 0x5367CF) is known color: Royal Blue. HEX triplet: 53, 67 and CF. RGB value is (83,103,207). Sum of RGB (Red+Green+Blue) = 83+103+207=393 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.12% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #5367CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5367CF is #AC9830. Grayscale: #6C6C6C. Windows color (decimal): -11311153 or 13592403. OLE color: 13592403.
HSL color Cylindrical-coordinate representation of color #5367CF: hue angle of 230.32º 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 #5367CF is Cyan = 0.60, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 103 | 207 | - |
| CMYK | 0.60 | 0.50 | 0 | 0.19 |
| HSL | 230.32º | 0.56% | 0.57% | - |
| HSV(B) | 230.32º | 0.6% | 0.81% | - |
| XYZ | 19.68 | 16.04 | 61.09 | - |
| YUV | 108.88 | 183.37 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 103 | 207 | 0.60 | 0.50 | 0 | 0.19 | 230.32 | 0.56 | 0.57 |
| Hex | 53 | 67 | CF | 3C | 32 | 0 | 13 | E6 | 38 | 39 |
| Octal | 123 | 147 | 317 | 74 | 62 | 0 | 23 | 346 | 70 | 71 |
| Binary | 1010011 | 1100111 | 11001111 | 111100 | 110010 | 0 | 10011 | 11100110 | 111000 | 111001 |
Color Harmonies of #5367CF
Complementary color
Monochromatic Colors of #5367CF
Black with #5367CF
Text Example
Text Example
White with #5367CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5367CF; }
p { color: rgb(83,103,207); }
H1.HeaderClassName
{
color: #5367CF;
}
.AnyTagClassName
{
color: #5367CF;
}
</style>
background-color css
<style>
a { background-color: #5367CF; }
a { background-color: rgb(83,103,207); }
div.DivClassName
{
background-color: #5367CF;
}
.BgClassName
{
background-color: #5367CF;
}
</style>
border-color css
<style>
span { border-color: #5367CF; }
span { border-color: rgb(83,103,207); }
td.TdClassName
{
border-color: #5367CF;
}
.TagClassName
{
border-color: #5367CF;
}
</style>