#536AD9

Color #536AD9 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #536AD9

Tints of Royal Blue #536AD9

Color information

#536AD9 (or 0x536AD9) is unknown color: approx Royal Blue. HEX triplet: 53, 6A and D9. RGB value is (83,106,217). Sum of RGB (Red+Green+Blue) = 83+106+217=406 (53% of max value = 765). Red value is 83 (32.81% from 255 or 20.44% from 406); Green value is 106 (41.80% from 255 or 26.11% from 406); Blue value is 217 (85.16% from 255 or 53.45% from 406); Max value from RGB is 217 - color contains mainly: blue. Hex color #536AD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536AD9 is #AC9526. Grayscale: #6F6F6F. Windows color (decimal): -11310375 or 14248531. OLE color: 14248531.

HSL color Cylindrical-coordinate representation of color #536AD9: hue angle of 229.7º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #536AD9 is Cyan = 0.62, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB83106217-
CMYK0.620.5100.15
HSL229.7º63.81%58.82%-
HSV(B)229.7º61.75%85.1%-
XYZ21.2517.1667.84-
YUV111.78187.38107.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 20.44%
GREEN value IS 106 (41.80% from 255) = 26.11%
BLUE value IS 217 (85.16% from 255) = 53.45%
R=20.44%
G=26.11%
B=53.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal831062170.620.5100.15229.763.8158.82
Hex536AD93E330Fe6403b
Octal123152331766301734610073
Binary101001111010101101100111111011001101111111001101000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #536AD9; }

 p { color: rgb(83,106,217); }

 H1.HeaderClassName
 {
   color: #536AD9;
 }
 .AnyTagClassName
 {
   color: #536AD9;
 }
</style>
background-color css

<style>
 a { background-color: #536AD9; }

 a { background-color: rgb(83,106,217); }

 div.DivClassName
 {
   background-color: #536AD9;
 }
 .BgClassName
 {
   background-color: #536AD9;
 }
</style>
border-color css

<style>
 span { border-color: #536AD9; }

 span { border-color: rgb(83,106,217); }

 td.TdClassName
 {
   border-color: #536AD9;
 }
 .TagClassName
 {
   border-color: #536AD9;
 }
</style>