Shades of Royal Blue #535CDE
Tints of Royal Blue #535CDE
RGB
CMYK
RGB Variations
Color information
#535CDE (or 0x535CDE) is known color: Royal Blue. HEX triplet: 53, 5C and DE. RGB value is (83,92,222). Sum of RGB (Red+Green+Blue) = 83+92+222=397 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.91% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 222 (87.11% from 255 or 55.92% from 397); Max value from RGB is 222 - color contains mainly: blue. Hex color #535CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535CDE is #ACA321. Grayscale: #676767. Windows color (decimal): -11313954 or 14572627. OLE color: 14572627.
HSL color Cylindrical-coordinate representation of color #535CDE: hue angle of 236.12º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #535CDE is Cyan = 0.63, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 92 | 222 | - |
| CMYK | 0.63 | 0.59 | 0 | 0.13 |
| HSL | 236.12º | 0.68% | 0.6% | - |
| HSV(B) | 236.12º | 0.63% | 0.87% | - |
| XYZ | 20.58 | 14.77 | 70.87 | - |
| YUV | 104.13 | 194.52 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 92 | 222 | 0.63 | 0.59 | 0 | 0.13 | 236.12 | 0.68 | 0.6 |
| Hex | 53 | 5C | DE | 3F | 3B | 0 | D | EC | 44 | 3C |
| Octal | 123 | 134 | 336 | 77 | 73 | 0 | 15 | 354 | 104 | 74 |
| Binary | 1010011 | 1011100 | 11011110 | 111111 | 111011 | 0 | 1101 | 11101100 | 1000100 | 111100 |
Color Harmonies of #535CDE
Complementary color
Monochromatic Colors of #535CDE
Black with #535CDE
Text Example
Text Example
White with #535CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535CDE; }
p { color: rgb(83,92,222); }
H1.HeaderClassName
{
color: #535CDE;
}
.AnyTagClassName
{
color: #535CDE;
}
</style>
background-color css
<style>
a { background-color: #535CDE; }
a { background-color: rgb(83,92,222); }
div.DivClassName
{
background-color: #535CDE;
}
.BgClassName
{
background-color: #535CDE;
}
</style>
border-color css
<style>
span { border-color: #535CDE; }
span { border-color: rgb(83,92,222); }
td.TdClassName
{
border-color: #535CDE;
}
.TagClassName
{
border-color: #535CDE;
}
</style>