Shades of Royal Blue #537CDC
Tints of Royal Blue #537CDC
RGB
CMYK
RGB Variations
Color information
#537CDC (or 0x537CDC) is known color: Royal Blue. HEX triplet: 53, 7C and DC. RGB value is (83,124,220). Sum of RGB (Red+Green+Blue) = 83+124+220=427 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.44% from 427); Green value is 124 (48.83% from 255 or 29.04% from 427); Blue value is 220 (86.33% from 255 or 51.52% from 427); Max value from RGB is 220 - color contains mainly: blue. Hex color #537CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #537CDC is #AC8323. Grayscale: #7A7A7A. Windows color (decimal): -11305764 or 14449747. OLE color: 14449747.
HSL color Cylindrical-coordinate representation of color #537CDC: hue angle of 222.04º 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 #537CDC is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 124 | 220 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.14 |
| HSL | 222.04º | 0.66% | 0.59% | - |
| HSV(B) | 222.04º | 0.62% | 0.86% | - |
| XYZ | 23.69 | 21.42 | 70.6 | - |
| YUV | 122.69 | 182.92 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 124 | 220 | 0.62 | 0.44 | 0 | 0.14 | 222.04 | 0.66 | 0.59 |
| Hex | 53 | 7C | DC | 3E | 2C | 0 | E | DE | 42 | 3B |
| Octal | 123 | 174 | 334 | 76 | 54 | 0 | 16 | 336 | 102 | 73 |
| Binary | 1010011 | 1111100 | 11011100 | 111110 | 101100 | 0 | 1110 | 11011110 | 1000010 | 111011 |
Color Harmonies of #537CDC
Complementary color
Monochromatic Colors of #537CDC
Black with #537CDC
Text Example
Text Example
White with #537CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #537CDC; }
p { color: rgb(83,124,220); }
H1.HeaderClassName
{
color: #537CDC;
}
.AnyTagClassName
{
color: #537CDC;
}
</style>
background-color css
<style>
a { background-color: #537CDC; }
a { background-color: rgb(83,124,220); }
div.DivClassName
{
background-color: #537CDC;
}
.BgClassName
{
background-color: #537CDC;
}
</style>
border-color css
<style>
span { border-color: #537CDC; }
span { border-color: rgb(83,124,220); }
td.TdClassName
{
border-color: #537CDC;
}
.TagClassName
{
border-color: #537CDC;
}
</style>