#536DE0

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

Shades of Royal Blue #536DE0

Tints of Royal Blue #536DE0

Color information

#536DE0 (or 0x536DE0) is unknown color: approx Royal Blue. HEX triplet: 53, 6D and E0. RGB value is (83,109,224). Sum of RGB (Red+Green+Blue) = 83+109+224=416 (55% of max value = 765). Red value is 83 (32.81% from 255 or 19.95% from 416); Green value is 109 (42.97% from 255 or 26.20% from 416); Blue value is 224 (87.89% from 255 or 53.85% from 416); Max value from RGB is 224 - color contains mainly: blue. Hex color #536DE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536DE0 is #AC921F. Grayscale: #717171. Windows color (decimal): -11309600 or 14708051. OLE color: 14708051.

HSL color Cylindrical-coordinate representation of color #536DE0: hue angle of 228.94º 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 #536DE0 is Cyan = 0.63, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB83109224-
CMYK0.630.5100.12
HSL228.94º69.46%60.2%-
HSV(B)228.94º62.95%87.84%-
XYZ22.4918.1672.84-
YUV114.34189.89105.65-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 19.95%
GREEN value IS 109 (42.97% from 255) = 26.20%
BLUE value IS 224 (87.89% from 255) = 53.85%
R=19.95%
G=26.20%
B=53.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal831092240.630.5100.12228.9469.4660.2
Hex536DE03F330Ce5453c
Octal123155340776301434510574
Binary101001111011011110000011111111001101100111001011000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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