Shades of Royal Blue #536CDC
Tints of Royal Blue #536CDC
RGB
CMYK
RGB Variations
Color information
#536CDC (or 0x536CDC) is known color: Royal Blue. HEX triplet: 53, 6C and DC. RGB value is (83,108,220). Sum of RGB (Red+Green+Blue) = 83+108+220=411 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.19% from 411); Green value is 108 (42.58% from 255 or 26.28% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #536CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536CDC is #AC9323. Grayscale: #707070. Windows color (decimal): -11309860 or 14445651. OLE color: 14445651.
HSL color Cylindrical-coordinate representation of color #536CDC: hue angle of 229.05º 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 #536CDC is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 83 | 108 | 220 | - |
| CMYK | 0.62 | 0.51 | 0 | 0.14 |
| HSL | 229.05º | 0.66% | 0.59% | - |
| HSV(B) | 229.05º | 0.62% | 0.86% | - |
| XYZ | 21.85 | 17.73 | 69.98 | - |
| YUV | 113.29 | 188.22 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 108 | 220 | 0.62 | 0.51 | 0 | 0.14 | 229.05 | 0.66 | 0.59 |
| Hex | 53 | 6C | DC | 3E | 33 | 0 | E | E5 | 42 | 3B |
| Octal | 123 | 154 | 334 | 76 | 63 | 0 | 16 | 345 | 102 | 73 |
| Binary | 1010011 | 1101100 | 11011100 | 111110 | 110011 | 0 | 1110 | 11100101 | 1000010 | 111011 |
Color Harmonies of #536CDC
Complementary color
Monochromatic Colors of #536CDC
Black with #536CDC
Text Example
Text Example
White with #536CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536CDC; }
p { color: rgb(83,108,220); }
H1.HeaderClassName
{
color: #536CDC;
}
.AnyTagClassName
{
color: #536CDC;
}
</style>
background-color css
<style>
a { background-color: #536CDC; }
a { background-color: rgb(83,108,220); }
div.DivClassName
{
background-color: #536CDC;
}
.BgClassName
{
background-color: #536CDC;
}
</style>
border-color css
<style>
span { border-color: #536CDC; }
span { border-color: rgb(83,108,220); }
td.TdClassName
{
border-color: #536CDC;
}
.TagClassName
{
border-color: #536CDC;
}
</style>