Shades of Royal Blue #536CDA
Tints of Royal Blue #536CDA
RGB
CMYK
RGB Variations
Color information
#536CDA (or 0x536CDA) is known color: Royal Blue. HEX triplet: 53, 6C and DA. RGB value is (83,108,218). Sum of RGB (Red+Green+Blue) = 83+108+218=409 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.29% from 409); Green value is 108 (42.58% from 255 or 26.41% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #536CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536CDA is #AC9325. Grayscale: #707070. Windows color (decimal): -11309862 or 14314579. OLE color: 14314579.
HSL color Cylindrical-coordinate representation of color #536CDA: hue angle of 228.89º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #536CDA is Cyan = 0.62, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 108 | 218 | - |
| CMYK | 0.62 | 0.50 | 0 | 0.15 |
| HSL | 228.89º | 0.65% | 0.59% | - |
| HSV(B) | 228.89º | 0.62% | 0.85% | - |
| XYZ | 21.58 | 17.63 | 68.59 | - |
| YUV | 113.07 | 187.22 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 108 | 218 | 0.62 | 0.50 | 0 | 0.15 | 228.89 | 0.65 | 0.59 |
| Hex | 53 | 6C | DA | 3E | 32 | 0 | F | E5 | 41 | 3B |
| Octal | 123 | 154 | 332 | 76 | 62 | 0 | 17 | 345 | 101 | 73 |
| Binary | 1010011 | 1101100 | 11011010 | 111110 | 110010 | 0 | 1111 | 11100101 | 1000001 | 111011 |
Color Harmonies of #536CDA
Complementary color
Monochromatic Colors of #536CDA
Black with #536CDA
Text Example
Text Example
White with #536CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536CDA; }
p { color: rgb(83,108,218); }
H1.HeaderClassName
{
color: #536CDA;
}
.AnyTagClassName
{
color: #536CDA;
}
</style>
background-color css
<style>
a { background-color: #536CDA; }
a { background-color: rgb(83,108,218); }
div.DivClassName
{
background-color: #536CDA;
}
.BgClassName
{
background-color: #536CDA;
}
</style>
border-color css
<style>
span { border-color: #536CDA; }
span { border-color: rgb(83,108,218); }
td.TdClassName
{
border-color: #536CDA;
}
.TagClassName
{
border-color: #536CDA;
}
</style>