#536EDE

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

Shades of Royal Blue #536EDE

Tints of Royal Blue #536EDE

Color information

#536EDE (or 0x536EDE) is unknown color: approx Royal Blue. HEX triplet: 53, 6E and DE. RGB value is (83,110,222). Sum of RGB (Red+Green+Blue) = 83+110+222=415 (54% of max value = 765). Red value is 83 (32.81% from 255 or 20% from 415); Green value is 110 (43.36% from 255 or 26.51% from 415); Blue value is 222 (87.11% from 255 or 53.49% from 415); Max value from RGB is 222 - color contains mainly: blue. Hex color #536EDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #536EDE is #AC9121. Grayscale: #727272. Windows color (decimal): -11309346 or 14577235. OLE color: 14577235.

HSL color Cylindrical-coordinate representation of color #536EDE: hue angle of 228.35º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #536EDE is Cyan = 0.63, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB83110222-
CMYK0.630.5000.13
HSL228.35º67.8%59.8%-
HSV(B)228.35º62.61%87.06%-
XYZ22.3318.2671.46-
YUV114.7188.55105.39-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 20%
GREEN value IS 110 (43.36% from 255) = 26.51%
BLUE value IS 222 (87.11% from 255) = 53.49%
R=20%
G=26.51%
B=53.49%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal831102220.630.5000.13228.3567.859.8
Hex536EDE3F320De4443c
Octal123156336776201534410474
Binary101001111011101101111011111111001001101111001001000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #536EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,110,222); }

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

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

 a { background-color: rgb(83,110,222); }

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

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

 span { border-color: rgb(83,110,222); }

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