Shades of Royal Blue #536ECD
Tints of Royal Blue #536ECD
RGB
CMYK
RGB Variations
Color information
#536ECD (or 0x536ECD) is known color: Royal Blue. HEX triplet: 53, 6E and CD. RGB value is (83,110,205). Sum of RGB (Red+Green+Blue) = 83+110+205=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 110 (43.36% from 255 or 27.64% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #536ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536ECD is #AC9132. Grayscale: #707070. Windows color (decimal): -11309363 or 13463123. OLE color: 13463123.
HSL color Cylindrical-coordinate representation of color #536ECD: hue angle of 226.72º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #536ECD is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 110 | 205 | - |
| CMYK | 0.60 | 0.46 | 0 | 0.20 |
| HSL | 226.72º | 0.55% | 0.56% | - |
| HSV(B) | 226.72º | 0.6% | 0.8% | - |
| XYZ | 20.16 | 17.4 | 60.05 | - |
| YUV | 112.76 | 180.05 | 106.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 110 | 205 | 0.60 | 0.46 | 0 | 0.20 | 226.72 | 0.55 | 0.56 |
| Hex | 53 | 6E | CD | 3C | 2E | 0 | 14 | E3 | 37 | 38 |
| Octal | 123 | 156 | 315 | 74 | 56 | 0 | 24 | 343 | 67 | 70 |
| Binary | 1010011 | 1101110 | 11001101 | 111100 | 101110 | 0 | 10100 | 11100011 | 110111 | 111000 |
Color Harmonies of #536ECD
Complementary color
Monochromatic Colors of #536ECD
Black with #536ECD
Text Example
Text Example
White with #536ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536ECD; }
p { color: rgb(83,110,205); }
H1.HeaderClassName
{
color: #536ECD;
}
.AnyTagClassName
{
color: #536ECD;
}
</style>
background-color css
<style>
a { background-color: #536ECD; }
a { background-color: rgb(83,110,205); }
div.DivClassName
{
background-color: #536ECD;
}
.BgClassName
{
background-color: #536ECD;
}
</style>
border-color css
<style>
span { border-color: #536ECD; }
span { border-color: rgb(83,110,205); }
td.TdClassName
{
border-color: #536ECD;
}
.TagClassName
{
border-color: #536ECD;
}
</style>