Shades of Royal Blue #536FE5
Tints of Royal Blue #536FE5
RGB
CMYK
RGB Variations
Color information
#536FE5 (or 0x536FE5) is known color: Royal Blue. HEX triplet: 53, 6F and E5. RGB value is (83,111,229). Sum of RGB (Red+Green+Blue) = 83+111+229=423 (56% of max value = 765). Red value is 83 (32.81% from 255 or 19.62% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 229 (89.84% from 255 or 54.14% from 423); Max value from RGB is 229 - color contains mainly: blue. Hex color #536FE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536FE5 is #AC901A. Grayscale: #737373. Windows color (decimal): -11309083 or 15036243. OLE color: 15036243.
HSL color Cylindrical-coordinate representation of color #536FE5: hue angle of 228.49º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #536FE5 is Cyan = 0.64, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 83 | 111 | 229 | - |
| CMYK | 0.64 | 0.52 | 0 | 0.10 |
| HSL | 228.49º | 0.74% | 0.61% | - |
| HSV(B) | 228.49º | 0.64% | 0.9% | - |
| XYZ | 23.39 | 18.87 | 76.54 | - |
| YUV | 116.08 | 191.72 | 104.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 111 | 229 | 0.64 | 0.52 | 0 | 0.10 | 228.49 | 0.74 | 0.61 |
| Hex | 53 | 6F | E5 | 40 | 34 | 0 | A | E4 | 4A | 3D |
| Octal | 123 | 157 | 345 | 100 | 64 | 0 | 12 | 344 | 112 | 75 |
| Binary | 1010011 | 1101111 | 11100101 | 1000000 | 110100 | 0 | 1010 | 11100100 | 1001010 | 111101 |
Color Harmonies of #536FE5
Complementary color
Monochromatic Colors of #536FE5
Black with #536FE5
Text Example
Text Example
White with #536FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536FE5; }
p { color: rgb(83,111,229); }
H1.HeaderClassName
{
color: #536FE5;
}
.AnyTagClassName
{
color: #536FE5;
}
</style>
background-color css
<style>
a { background-color: #536FE5; }
a { background-color: rgb(83,111,229); }
div.DivClassName
{
background-color: #536FE5;
}
.BgClassName
{
background-color: #536FE5;
}
</style>
border-color css
<style>
span { border-color: #536FE5; }
span { border-color: rgb(83,111,229); }
td.TdClassName
{
border-color: #536FE5;
}
.TagClassName
{
border-color: #536FE5;
}
</style>