Shades of Royal Blue #536BDC
Tints of Royal Blue #536BDC
RGB
CMYK
RGB Variations
Color information
#536BDC (or 0x536BDC) is known color: Royal Blue. HEX triplet: 53, 6B and DC. RGB value is (83,107,220). Sum of RGB (Red+Green+Blue) = 83+107+220=410 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.24% from 410); Green value is 107 (42.19% from 255 or 26.10% from 410); Blue value is 220 (86.33% from 255 or 53.66% from 410); Max value from RGB is 220 - color contains mainly: blue. Hex color #536BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536BDC is #AC9423. Grayscale: #707070. Windows color (decimal): -11310116 or 14445395. OLE color: 14445395.
HSL color Cylindrical-coordinate representation of color #536BDC: hue angle of 229.49º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #536BDC is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 107 | 220 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.14 |
| HSL | 229.49º | 0.66% | 0.59% | - |
| HSV(B) | 229.49º | 0.62% | 0.86% | - |
| XYZ | 21.74 | 17.52 | 69.95 | - |
| YUV | 112.71 | 188.55 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 107 | 220 | 0.62 | 0.51 | 0 | 0.14 | 229.49 | 0.66 | 0.59 |
| Hex | 53 | 6B | DC | 3E | 33 | 0 | E | E5 | 42 | 3B |
| Octal | 123 | 153 | 334 | 76 | 63 | 0 | 16 | 345 | 102 | 73 |
| Binary | 1010011 | 1101011 | 11011100 | 111110 | 110011 | 0 | 1110 | 11100101 | 1000010 | 111011 |
Color Harmonies of #536BDC
Complementary color
Monochromatic Colors of #536BDC
Black with #536BDC
Text Example
Text Example
White with #536BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536BDC; }
p { color: rgb(83,107,220); }
H1.HeaderClassName
{
color: #536BDC;
}
.AnyTagClassName
{
color: #536BDC;
}
</style>
background-color css
<style>
a { background-color: #536BDC; }
a { background-color: rgb(83,107,220); }
div.DivClassName
{
background-color: #536BDC;
}
.BgClassName
{
background-color: #536BDC;
}
</style>
border-color css
<style>
span { border-color: #536BDC; }
span { border-color: rgb(83,107,220); }
td.TdClassName
{
border-color: #536BDC;
}
.TagClassName
{
border-color: #536BDC;
}
</style>