Shades of Royal Blue #536FCC
Tints of Royal Blue #536FCC
RGB
CMYK
RGB Variations
Color information
#536FCC (or 0x536FCC) is known color: Royal Blue. HEX triplet: 53, 6F and CC. RGB value is (83,111,204). Sum of RGB (Red+Green+Blue) = 83+111+204=398 (52% of max value = 765). Red value is 83 (32.81% from 255 or 20.85% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #536FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536FCC is #AC9033. Grayscale: #707070. Windows color (decimal): -11309108 or 13397843. OLE color: 13397843.
HSL color Cylindrical-coordinate representation of color #536FCC: hue angle of 226.12º 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 #536FCC is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 83 | 111 | 204 | - |
| CMYK | 0.59 | 0.46 | 0 | 0.2 |
| HSL | 226.12º | 0.54% | 0.56% | - |
| HSV(B) | 226.12º | 0.59% | 0.8% | - |
| XYZ | 20.15 | 17.57 | 59.46 | - |
| YUV | 113.23 | 179.22 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 111 | 204 | 0.59 | 0.46 | 0 | 0.2 | 226.12 | 0.54 | 0.56 |
| Hex | 53 | 6F | CC | 3B | 2E | 0 | 14 | E2 | 36 | 38 |
| Octal | 123 | 157 | 314 | 73 | 56 | 0 | 24 | 342 | 66 | 70 |
| Binary | 1010011 | 1101111 | 11001100 | 111011 | 101110 | 0 | 10100 | 11100010 | 110110 | 111000 |
Color Harmonies of #536FCC
Complementary color
Monochromatic Colors of #536FCC
Black with #536FCC
Text Example
Text Example
White with #536FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #536FCC; }
p { color: rgb(83,111,204); }
H1.HeaderClassName
{
color: #536FCC;
}
.AnyTagClassName
{
color: #536FCC;
}
</style>
background-color css
<style>
a { background-color: #536FCC; }
a { background-color: rgb(83,111,204); }
div.DivClassName
{
background-color: #536FCC;
}
.BgClassName
{
background-color: #536FCC;
}
</style>
border-color css
<style>
span { border-color: #536FCC; }
span { border-color: rgb(83,111,204); }
td.TdClassName
{
border-color: #536FCC;
}
.TagClassName
{
border-color: #536FCC;
}
</style>