Shades of Royal Blue #536ECE
Tints of Royal Blue #536ECE
RGB
CMYK
RGB Variations
Color information
#536ECE (or 0x536ECE) is known color: Royal Blue. HEX triplet: 53, 6E and CE. RGB value is (83,110,206). Sum of RGB (Red+Green+Blue) = 83+110+206=399 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.80% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #536ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536ECE is #AC9131. Grayscale: #707070. Windows color (decimal): -11309362 or 13528659. OLE color: 13528659.
HSL color Cylindrical-coordinate representation of color #536ECE: hue angle of 226.83º 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 #536ECE is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 110 | 206 | - |
| CMYK | 0.60 | 0.47 | 0 | 0.19 |
| HSL | 226.83º | 0.56% | 0.57% | - |
| HSV(B) | 226.83º | 0.6% | 0.81% | - |
| XYZ | 20.28 | 17.45 | 60.69 | - |
| YUV | 112.87 | 180.55 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 110 | 206 | 0.60 | 0.47 | 0 | 0.19 | 226.83 | 0.56 | 0.57 |
| Hex | 53 | 6E | CE | 3C | 2F | 0 | 13 | E3 | 38 | 39 |
| Octal | 123 | 156 | 316 | 74 | 57 | 0 | 23 | 343 | 70 | 71 |
| Binary | 1010011 | 1101110 | 11001110 | 111100 | 101111 | 0 | 10011 | 11100011 | 111000 | 111001 |
Color Harmonies of #536ECE
Complementary color
Monochromatic Colors of #536ECE
Black with #536ECE
Text Example
Text Example
White with #536ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536ECE; }
p { color: rgb(83,110,206); }
H1.HeaderClassName
{
color: #536ECE;
}
.AnyTagClassName
{
color: #536ECE;
}
</style>
background-color css
<style>
a { background-color: #536ECE; }
a { background-color: rgb(83,110,206); }
div.DivClassName
{
background-color: #536ECE;
}
.BgClassName
{
background-color: #536ECE;
}
</style>
border-color css
<style>
span { border-color: #536ECE; }
span { border-color: rgb(83,110,206); }
td.TdClassName
{
border-color: #536ECE;
}
.TagClassName
{
border-color: #536ECE;
}
</style>