Shades of Royal Blue #536CCD
Tints of Royal Blue #536CCD
RGB
CMYK
RGB Variations
Color information
#536CCD (or 0x536CCD) is known color: Royal Blue. HEX triplet: 53, 6C and CD. RGB value is (83,108,205). Sum of RGB (Red+Green+Blue) = 83+108+205=396 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.96% from 396); Green value is 108 (42.58% from 255 or 27.27% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #536CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536CCD is #AC9332. Grayscale: #6F6F6F. Windows color (decimal): -11309875 or 13462611. OLE color: 13462611.
HSL color Cylindrical-coordinate representation of color #536CCD: hue angle of 227.7º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #536CCD is Cyan = 0.60, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 108 | 205 | - |
| CMYK | 0.60 | 0.47 | 0 | 0.20 |
| HSL | 227.7º | 0.55% | 0.56% | - |
| HSV(B) | 227.7º | 0.6% | 0.8% | - |
| XYZ | 19.95 | 16.97 | 59.98 | - |
| YUV | 111.58 | 180.72 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 108 | 205 | 0.60 | 0.47 | 0 | 0.20 | 227.7 | 0.55 | 0.56 |
| Hex | 53 | 6C | CD | 3C | 2F | 0 | 14 | E4 | 37 | 38 |
| Octal | 123 | 154 | 315 | 74 | 57 | 0 | 24 | 344 | 67 | 70 |
| Binary | 1010011 | 1101100 | 11001101 | 111100 | 101111 | 0 | 10100 | 11100100 | 110111 | 111000 |
Color Harmonies of #536CCD
Complementary color
Monochromatic Colors of #536CCD
Black with #536CCD
Text Example
Text Example
White with #536CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536CCD; }
p { color: rgb(83,108,205); }
H1.HeaderClassName
{
color: #536CCD;
}
.AnyTagClassName
{
color: #536CCD;
}
</style>
background-color css
<style>
a { background-color: #536CCD; }
a { background-color: rgb(83,108,205); }
div.DivClassName
{
background-color: #536CCD;
}
.BgClassName
{
background-color: #536CCD;
}
</style>
border-color css
<style>
span { border-color: #536CCD; }
span { border-color: rgb(83,108,205); }
td.TdClassName
{
border-color: #536CCD;
}
.TagClassName
{
border-color: #536CCD;
}
</style>