Shades of Royal Blue #535CDD
Tints of Royal Blue #535CDD
RGB
CMYK
RGB Variations
Color information
#535CDD (or 0x535CDD) is known color: Royal Blue. HEX triplet: 53, 5C and DD. RGB value is (83,92,221). Sum of RGB (Red+Green+Blue) = 83+92+221=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 92 (36.33% from 255 or 23.23% from 396); Blue value is 221 (86.72% from 255 or 55.81% from 396); Max value from RGB is 221 - color contains mainly: blue. Hex color #535CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #535CDD is #ACA322. Grayscale: #676767. Windows color (decimal): -11313955 or 14507091. OLE color: 14507091.
HSL color Cylindrical-coordinate representation of color #535CDD: hue angle of 236.09º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #535CDD is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 92 | 221 | - |
| CMYK | 0.62 | 0.58 | 0 | 0.13 |
| HSL | 236.09º | 0.67% | 0.6% | - |
| HSV(B) | 236.09º | 0.62% | 0.87% | - |
| XYZ | 20.45 | 14.71 | 70.17 | - |
| YUV | 104.02 | 194.02 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 92 | 221 | 0.62 | 0.58 | 0 | 0.13 | 236.09 | 0.67 | 0.6 |
| Hex | 53 | 5C | DD | 3E | 3A | 0 | D | EC | 43 | 3C |
| Octal | 123 | 134 | 335 | 76 | 72 | 0 | 15 | 354 | 103 | 74 |
| Binary | 1010011 | 1011100 | 11011101 | 111110 | 111010 | 0 | 1101 | 11101100 | 1000011 | 111100 |
Color Harmonies of #535CDD
Complementary color
Monochromatic Colors of #535CDD
Black with #535CDD
Text Example
Text Example
White with #535CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #535CDD; }
p { color: rgb(83,92,221); }
H1.HeaderClassName
{
color: #535CDD;
}
.AnyTagClassName
{
color: #535CDD;
}
</style>
background-color css
<style>
a { background-color: #535CDD; }
a { background-color: rgb(83,92,221); }
div.DivClassName
{
background-color: #535CDD;
}
.BgClassName
{
background-color: #535CDD;
}
</style>
border-color css
<style>
span { border-color: #535CDD; }
span { border-color: rgb(83,92,221); }
td.TdClassName
{
border-color: #535CDD;
}
.TagClassName
{
border-color: #535CDD;
}
</style>