#536AE0

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

Shades of Royal Blue #536AE0

Tints of Royal Blue #536AE0

Color information

#536AE0 (or 0x536AE0) is unknown color: approx Royal Blue. HEX triplet: 53, 6A and E0. RGB value is (83,106,224). Sum of RGB (Red+Green+Blue) = 83+106+224=413 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20.10% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 224 (87.89% from 255 or 54.24% from 413); Max value from RGB is 224 - color contains mainly: blue. Hex color #536AE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536AE0 is #AC951F. Grayscale: #707070. Windows color (decimal): -11310368 or 14707283. OLE color: 14707283.

HSL color Cylindrical-coordinate representation of color #536AE0: hue angle of 230.21º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #536AE0 is Cyan = 0.63, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB83106224-
CMYK0.630.5300.12
HSL230.21º69.46%60.2%-
HSV(B)230.21º62.95%87.84%-
XYZ22.1817.5372.74-
YUV112.57190.88106.91-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20.10%
GREEN value IS 106 (41.80% from 255) = 25.67%
BLUE value IS 224 (87.89% from 255) = 54.24%
R=20.10%
G=25.67%
B=54.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal831062240.630.5300.12230.2169.4660.2
Hex536AE03F350Ce6453c
Octal123152340776501434610574
Binary101001111010101110000011111111010101100111001101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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