Shades of Royal Blue #536CCB
Tints of Royal Blue #536CCB
RGB
CMYK
RGB Variations
Color information
#536CCB (or 0x536CCB) is known color: Royal Blue. HEX triplet: 53, 6C and CB. RGB value is (83,108,203). Sum of RGB (Red+Green+Blue) = 83+108+203=394 (52% of max value = 765). Red value is 83 (32.81% from 255 or 21.07% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #536CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536CCB is #AC9334. Grayscale: #6E6E6E. Windows color (decimal): -11309877 or 13331539. OLE color: 13331539.
HSL color Cylindrical-coordinate representation of color #536CCB: hue angle of 227.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #536CCB is Cyan = 0.59, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 83 | 108 | 203 | - |
| CMYK | 0.59 | 0.47 | 0 | 0.20 |
| HSL | 227.5º | 0.54% | 0.56% | - |
| HSV(B) | 227.5º | 0.59% | 0.8% | - |
| XYZ | 19.71 | 16.88 | 58.72 | - |
| YUV | 111.36 | 179.72 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 108 | 203 | 0.59 | 0.47 | 0 | 0.20 | 227.5 | 0.54 | 0.56 |
| Hex | 53 | 6C | CB | 3B | 2F | 0 | 14 | E4 | 36 | 38 |
| Octal | 123 | 154 | 313 | 73 | 57 | 0 | 24 | 344 | 66 | 70 |
| Binary | 1010011 | 1101100 | 11001011 | 111011 | 101111 | 0 | 10100 | 11100100 | 110110 | 111000 |
Color Harmonies of #536CCB
Complementary color
Monochromatic Colors of #536CCB
Black with #536CCB
Text Example
Text Example
White with #536CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536CCB; }
p { color: rgb(83,108,203); }
H1.HeaderClassName
{
color: #536CCB;
}
.AnyTagClassName
{
color: #536CCB;
}
</style>
background-color css
<style>
a { background-color: #536CCB; }
a { background-color: rgb(83,108,203); }
div.DivClassName
{
background-color: #536CCB;
}
.BgClassName
{
background-color: #536CCB;
}
</style>
border-color css
<style>
span { border-color: #536CCB; }
span { border-color: rgb(83,108,203); }
td.TdClassName
{
border-color: #536CCB;
}
.TagClassName
{
border-color: #536CCB;
}
</style>