Shades of Royal Blue #5366D6
Tints of Royal Blue #5366D6
RGB
CMYK
RGB Variations
Color information
#5366D6 (or 0x5366D6) is known color: Royal Blue. HEX triplet: 53, 66 and D6. RGB value is (83,102,214). Sum of RGB (Red+Green+Blue) = 83+102+214=399 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.80% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 214 (83.98% from 255 or 53.63% from 399); Max value from RGB is 214 - color contains mainly: blue. Hex color #5366D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5366D6 is #AC9929. Grayscale: #6C6C6C. Windows color (decimal): -11311402 or 14050899. OLE color: 14050899.
HSL color Cylindrical-coordinate representation of color #5366D6: hue angle of 231.3º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5366D6 is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 102 | 214 | - |
| CMYK | 0.61 | 0.52 | 0 | 0.16 |
| HSL | 231.3º | 0.62% | 0.58% | - |
| HSV(B) | 231.3º | 0.61% | 0.84% | - |
| XYZ | 20.46 | 16.2 | 65.67 | - |
| YUV | 109.09 | 187.21 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 102 | 214 | 0.61 | 0.52 | 0 | 0.16 | 231.3 | 0.62 | 0.58 |
| Hex | 53 | 66 | D6 | 3D | 34 | 0 | 10 | E7 | 3E | 3A |
| Octal | 123 | 146 | 326 | 75 | 64 | 0 | 20 | 347 | 76 | 72 |
| Binary | 1010011 | 1100110 | 11010110 | 111101 | 110100 | 0 | 10000 | 11100111 | 111110 | 111010 |
Color Harmonies of #5366D6
Complementary color
Monochromatic Colors of #5366D6
Black with #5366D6
Text Example
Text Example
White with #5366D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5366D6; }
p { color: rgb(83,102,214); }
H1.HeaderClassName
{
color: #5366D6;
}
.AnyTagClassName
{
color: #5366D6;
}
</style>
background-color css
<style>
a { background-color: #5366D6; }
a { background-color: rgb(83,102,214); }
div.DivClassName
{
background-color: #5366D6;
}
.BgClassName
{
background-color: #5366D6;
}
</style>
border-color css
<style>
span { border-color: #5366D6; }
span { border-color: rgb(83,102,214); }
td.TdClassName
{
border-color: #5366D6;
}
.TagClassName
{
border-color: #5366D6;
}
</style>