Shades of Royal Blue #536DCA
Tints of Royal Blue #536DCA
RGB
CMYK
RGB Variations
Color information
#536DCA (or 0x536DCA) is known color: Royal Blue. HEX triplet: 53, 6D and CA. RGB value is (83,109,202). Sum of RGB (Red+Green+Blue) = 83+109+202=394 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.07% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 202 (79.30% from 255 or 51.27% from 394); Max value from RGB is 202 - color contains mainly: blue. Hex color #536DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536DCA is #AC9235. Grayscale: #6F6F6F. Windows color (decimal): -11309622 or 13266259. OLE color: 13266259.
HSL color Cylindrical-coordinate representation of color #536DCA: hue angle of 226.89º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #536DCA is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 83 | 109 | 202 | - |
| CMYK | 0.59 | 0.46 | 0 | 0.21 |
| HSL | 226.89º | 0.53% | 0.56% | - |
| HSV(B) | 226.89º | 0.59% | 0.79% | - |
| XYZ | 19.7 | 17.04 | 58.13 | - |
| YUV | 111.83 | 178.89 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 109 | 202 | 0.59 | 0.46 | 0 | 0.21 | 226.89 | 0.53 | 0.56 |
| Hex | 53 | 6D | CA | 3B | 2E | 0 | 15 | E3 | 35 | 38 |
| Octal | 123 | 155 | 312 | 73 | 56 | 0 | 25 | 343 | 65 | 70 |
| Binary | 1010011 | 1101101 | 11001010 | 111011 | 101110 | 0 | 10101 | 11100011 | 110101 | 111000 |
Color Harmonies of #536DCA
Complementary color
Monochromatic Colors of #536DCA
Black with #536DCA
Text Example
Text Example
White with #536DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536DCA; }
p { color: rgb(83,109,202); }
H1.HeaderClassName
{
color: #536DCA;
}
.AnyTagClassName
{
color: #536DCA;
}
</style>
background-color css
<style>
a { background-color: #536DCA; }
a { background-color: rgb(83,109,202); }
div.DivClassName
{
background-color: #536DCA;
}
.BgClassName
{
background-color: #536DCA;
}
</style>
border-color css
<style>
span { border-color: #536DCA; }
span { border-color: rgb(83,109,202); }
td.TdClassName
{
border-color: #536DCA;
}
.TagClassName
{
border-color: #536DCA;
}
</style>